Bug 11256: DBRev 3.15.00.019
authorGalen Charlton <gmc@esilibrary.com>
Fri, 21 Feb 2014 18:36:06 +0000 (18:36 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 21 Feb 2014 18:36:06 +0000 (18:36 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ccc7e68..c8e883f 100755 (executable)
@@ -8005,7 +8005,7 @@ if ( CheckVersion($DBversion) ) {
     $dbh->{RaiseError} = 0;
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.019";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('OpacMaxItemsToDisplay','50','','Max items to display at the OPAC on a biblio detail','Integer')");
     print "Upgrade to $DBversion done (Bug 11256: Add system preference OpacMaxItemsToDisplay)\n";
index f54519a..3b6df5d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.018';
+    our $VERSION = '3.15.00.019';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install