Bumping Koha version
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 20 Jan 2011 22:12:16 +0000 (11:12 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 20 Jan 2011 22:12:16 +0000 (11:12 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 8ddb326..d11a494 100755 (executable)
@@ -3944,7 +3944,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.03.00.xxx";
+$DBversion = "3.03.00.014";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('ShelfBrowserUsesLocation','1','Use the item location when finding items for the shelf browser.','1','YesNo')");
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('ShelfBrowserUsesHomeBranch','1','Use the item home branch when finding items for the shelf browser.','1','YesNo')");
index 270e2d0..eb95ba5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.013';
+    our $VERSION = '3.03.00.014';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install