Bug 12538: DBRev 3.17.00.027
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 11 Oct 2014 20:03:02 +0000 (17:03 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 11 Oct 2014 20:03:02 +0000 (17:03 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 669b42c..d6b7d24 100755 (executable)
@@ -8791,7 +8791,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.027";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         DELETE FROM systempreferences WHERE variable = 'SearchEngine'
index b74b35d..8d7e0a8 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.026';
+    our $VERSION = '3.17.00.027';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install