Bug 5547 : Bumping db version
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 30 Mar 2011 07:21:50 +0000 (20:21 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 30 Mar 2011 07:21:50 +0000 (20:21 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index bace139..e45c543 100755 (executable)
@@ -4141,7 +4141,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.03.00.XXX';
+$DBversion = '3.03.00.034';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE `categories` ADD `hidelostitems` tinyint(1) NOT NULL default '0' AFTER `reservefee`");
     print "Upgrade to $DBversion done (Add hidelostitems preference to borrower categories)\n";
index b7ab6cf..344e334 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.033';
+    our $VERSION = '3.03.00.034';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install