Bug 11577: DBRev 3.17.00.024
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 17 Sep 2014 23:08:14 +0000 (20:08 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 17 Sep 2014 23:08:27 +0000 (20:08 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index edfcbe9..f16ecdc 100755 (executable)
@@ -8751,7 +8751,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.024";
 if(CheckVersion($DBversion)) {
     $dbh->do(q{
         ALTER TABLE issues ADD auto_renew BOOLEAN default FALSE AFTER renewals
index 9dec279..e3224eb 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.023';
+    our $VERSION = '3.17.00.024';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install