Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 8 Apr 2011 23:56:17 +0000 (11:56 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 8 Apr 2011 23:56:17 +0000 (11:56 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b42b6ed..668ebc6 100755 (executable)
@@ -4259,7 +4259,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = '3.03.00.XXX';
+$DBversion = '3.03.00.047';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE borrowers ADD `state` mediumtext AFTER city;");
     $dbh->do("ALTER TABLE borrowers ADD `B_state` mediumtext AFTER B_city;");
index 8330459..392e6da 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.XXX';
+    our $VERSION = '3.03.00.047';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install