Bug 12230: DBRev 3.17.00.005
authorGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 01:41:46 +0000 (01:41 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 26 May 2014 01:41:46 +0000 (01:41 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

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

index a6d5066..4da5af9 100755 (executable)
@@ -8526,8 +8526,8 @@ if (CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
-if(CheckVersion($DBversion)) {
+$DBversion = "3.17.00.005";
+if (CheckVersion($DBversion)) {
     $dbh->do(q|
         ALTER TABLE issuingrules
         ADD maxsuspensiondays INT(11) DEFAULT NULL AFTER finedays;
index 1b641e1..5f04663 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.004';
+    our $VERSION = '3.17.00.005';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install