Bug 12296: DBRev 3.17.00.028
authorTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 18 Oct 2014 13:41:26 +0000 (10:41 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sat, 18 Oct 2014 13:45:00 +0000 (10:45 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 3fd02bd..7502ded 100755 (executable)
@@ -8800,7 +8800,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.028";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         INSERT INTO systempreferences (variable,value) VALUES('OpacCustomSearch','');
index 8d7e0a8..98cf139 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.027';
+    our $VERSION = '3.17.00.028';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install