Bug 10604: DBRev 3.13.00.014
authorGalen Charlton <gmc@esilibrary.com>
Mon, 22 Jul 2013 14:46:29 +0000 (14:46 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 22 Jul 2013 14:47:02 +0000 (14:47 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index e0c665a..ebb195c 100755 (executable)
@@ -7050,7 +7050,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.014";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("ALTER TABLE courses MODIFY COLUMN department varchar(80) DEFAULT NULL;");
     $dbh->do("ALTER TABLE courses MODIFY COLUMN term       varchar(80) DEFAULT NULL;");
index f7961ac..6f6ed72 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.013';
+    our $VERSION = '3.13.00.014';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install