Updating database version
authorChris Cormack <chrisc@catalyst.net.nz>
Sun, 10 Apr 2011 10:14:46 +0000 (22:14 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 10 Apr 2011 10:14:46 +0000 (22:14 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6b1d624..aba0696 100755 (executable)
@@ -4293,7 +4293,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.03.00.XXX";
+$DBversion = "3.03.00.051";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     print "Upgrade to $DBversion done (Remove spaces and dashes from message_attribute names)\n";
     $dbh->do("UPDATE message_attributes SET message_name = 'Item_Due' WHERE message_name='Item Due'");
index 05f7574..bde751d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.050';
+    our $VERSION = '3.03.00.051';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install