Bug 11275: DBRev 3.15.00.002
authorGalen Charlton <gmc@esilibrary.com>
Wed, 27 Nov 2013 17:50:53 +0000 (17:50 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 27 Nov 2013 17:50:53 +0000 (17:50 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 059f2e1..a9bfbbf 100755 (executable)
@@ -7771,8 +7771,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.15.00.002";
 if(CheckVersion($DBversion)) {
     $dbh->do("ALTER TABLE deleteditems MODIFY materials text;");
     print "Upgrade to $DBversion done (Bug 11275: alter deleteditems.materials from varchar(10) to text)\n";
index 469500e..2145ac4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.15.00.001';
+    our $VERSION = '3.15.00.002';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install