Bug 10513: DBRev 3.13.00.019
authorGalen Charlton <gmc@esilibrary.com>
Mon, 16 Sep 2013 17:42:46 +0000 (17:42 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 16 Sep 2013 17:45:32 +0000 (17:45 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index a3acd7a..da78e68 100755 (executable)
@@ -7122,7 +7122,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.13.00.XXX";
+$DBversion = "3.13.00.019";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("ALTER TABLE itemtypes ADD COLUMN checkinmsg VARCHAR(255) AFTER summary;");
     $dbh->do("ALTER TABLE itemtypes ADD COLUMN checkinmsgtype CHAR(16) DEFAULT 'message' NOT NULL AFTER checkinmsg;");
index ec1c56a..bf8b249 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.13.00.018';
+    our $VERSION = '3.13.00.019';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install