Bug 9761: DBRev 3.13.00.021
authorGalen Charlton <gmc@esilibrary.com>
Wed, 25 Sep 2013 00:33:23 +0000 (00:33 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 25 Sep 2013 00:33:23 +0000 (00:33 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 28412a5..7248099 100755 (executable)
@@ -7139,7 +7139,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion ="3.13.00.XXX";
+$DBversion ="3.13.00.021";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('ConfirmFutureHolds','0','Number of days for confirming future holds','','Integer');");
     print "Upgrade to $DBversion done (Bug 9761: Add ConfirmFutureHolds pref)\n";
index 8040dc3..bcaccc7 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.020';
+    our $VERSION = '3.13.00.021';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install