Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 17 Oct 2011 20:46:45 +0000 (09:46 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 17 Oct 2011 20:46:45 +0000 (09:46 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index f8a7549..e3309a2 100755 (executable)
@@ -4516,7 +4516,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.020";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES ('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: his own only, any within his branch or all','Choice')");
     print "Upgrade to $DBversion done (Add syspref AcqViewBaskets)\n";
index 22164aa..7946dd0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.019';
+    our $VERSION = '3.05.00.020';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install