Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Sun, 9 Oct 2011 20:58:39 +0000 (09:58 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 9 Oct 2011 20:58:39 +0000 (09:58 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b5831fe..46cfb8d 100755 (executable)
@@ -4459,7 +4459,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.014";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE `borrowers` MODIFY `userid` VARCHAR(75)");
     print "Modified userid column length into 75 in borrowers\n";
index 2865e4c..bb139dc 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.013';
+    our $VERSION = '3.05.00.014';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install