Bug 9673: DBRev 3.15.00.007
authorGalen Charlton <gmc@esilibrary.com>
Thu, 19 Dec 2013 06:26:46 +0000 (06:26 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 19 Dec 2013 06:28:01 +0000 (06:28 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6fd42f2..78074f3 100755 (executable)
@@ -7843,7 +7843,7 @@ if(CheckVersion($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.15.00.007";
 if ( CheckVersion($DBversion) ) {
    $dbh->do("ALTER TABLE items ADD itemlost_on DATETIME NULL AFTER itemlost");
    $dbh->do("ALTER TABLE items ADD withdrawn_on DATETIME NULL AFTER withdrawn");
index f0d6bce..6cb0d87 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.006';
+    our $VERSION = '3.15.00.007';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install