Bumping db version
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Oct 2011 14:20:57 +0000 (03:20 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Oct 2011 14:20:57 +0000 (03:20 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ffaccaa..4a95b9a 100755 (executable)
@@ -4523,7 +4523,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.021";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE borrower_attribute_types ADD COLUMN display_checkout TINYINT(1) NOT NULL DEFAULT '0';");
     print "Upgrade to $DBversion done (Added a display_checkout field in borrower_attribute_types table)\n"; 
index 7946dd0..174eef4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.020';
+    our $VERSION = '3.05.00.021';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install