Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 1 Apr 2011 02:51:23 +0000 (15:51 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 1 Apr 2011 02:51:23 +0000 (15:51 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c011887..c9f0d13 100755 (executable)
@@ -4181,7 +4181,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.03.00.XXX';
+$DBversion = '3.03.00.038';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('SelfCheckTimeout',120,'Define the number of seconds before the Web-based Self Checkout times out a patron','','Integer')");
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('AllowSelfCheckReturns',0,'If enabled, patrons may return items through the Web-based Self Checkout','','YesNo')");
index e1bea78..bfcc5d8 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.037';
+    our $VERSION = '3.03.00.038';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install