Bug 4045: DBRev 3.17.00.013
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 7 Aug 2014 14:58:15 +0000 (11:58 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 7 Aug 2014 14:58:19 +0000 (11:58 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 1d4e96d..3f1af57 100755 (executable)
@@ -8596,7 +8596,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.013";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('maxreserves',50,'System-wide maximum number of holds a patron can place','','Integer')");
     print "Upgrade to $DBversion done (Re-add system preference maxreserves)\n";
index c2d860c..e15becd 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.012';
+    our $VERSION = '3.17.00.013';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install