Bug 11343: DBRev 3.15.00.020
authorGalen Charlton <gmc@esilibrary.com>
Mon, 10 Mar 2014 19:12:19 +0000 (19:12 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 10 Mar 2014 19:12:19 +0000 (19:12 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 062b043..1fea1fe 100755 (executable)
@@ -8012,7 +8012,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.020";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(q|
         INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer')
index 3b6df5d..28a0b5f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.019';
+    our $VERSION = '3.15.00.020';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install