Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Aug 2011 21:55:18 +0000 (09:55 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Aug 2011 21:55:18 +0000 (09:55 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index c94aaad..27b9f90 100755 (executable)
@@ -4370,7 +4370,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);    
 }
     
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.005";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('BasketConfirmations', '1', 'When closing or reopening a basket,', 'always ask for confirmation.|do not ask for confirmation.', 'Choice');");
     print "Upgrade to $DBversion done (Adds pref BasketConfirmations)\n";
index 00bdbec..9021eb0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.004';
+    our $VERSION = '3.05.00.005';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install