Bug 8735: DBRev 3.17.00.020
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 5 Sep 2014 14:51:53 +0000 (11:51 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 5 Sep 2014 14:52:05 +0000 (11:52 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 57d226b..c1acc02 100755 (executable)
@@ -8712,7 +8712,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.020";
 if(C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('ExpireReservesOnHolidays', '1', NULL, 'If false, reserves at a library will not be canceled on days the library is not open.', 'YesNo')");
     print "Upgrade to $DBversion done (Bug 8735 - Expire holds waiting only on days the library is open)\n";
index 3697e5e..35448d5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.019';
+    our $VERSION = '3.17.00.020';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install