Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Oct 2011 22:32:26 +0000 (11:32 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Oct 2011 22:32:26 +0000 (11:32 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 52c2a80..da35dc3 100755 (executable)
@@ -4530,7 +4530,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX"; 
+$DBversion = "3.05.00.022"; 
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("CREATE TABLE need_merge_authorities (id int NOT NULL auto_increment PRIMARY KEY, authid bigint NOT NULL, done tinyint DEFAULT 0) ENGINE=InnoDB DEFAULT CHARSET=utf8");
     print "Upgrade to $DBversion done (6094: Fixing ModAuthority problems, add a need_merge_authorities table)\n";
index 174eef4..c0146d3 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.021';
+    our $VERSION = '3.05.00.022';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install