Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 14 Mar 2011 08:11:30 +0000 (21:11 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 14 Mar 2011 08:11:30 +0000 (21:11 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 4a927b2..66e9828 100755 (executable)
@@ -4083,7 +4083,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = 'XXX';
+$DBversion = '3.03.00.026';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("UPDATE `message_attributes` SET message_name='Item Due' WHERE message_attribute_id=1 AND message_name LIKE 'Item DUE'");
        print "Upgrade to $DBversion done ( fix capitalization in message type )\n";
index a490ab4..e3b9ad1 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.025';
+    our $VERSION = '3.03.00.026';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install