Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 4 Aug 2011 01:33:00 +0000 (13:33 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 4 Aug 2011 01:33:00 +0000 (13:33 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6883a53..2076edf 100755 (executable)
@@ -4384,7 +4384,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.007";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpenLibraryCovers',0,'If ON Openlibrary book covers will be show',NULL,'YesNo');");
     print "Upgrade to $DBversion done (Add syspref OpenLibraryCovers)\n";
index 6624bfd..580fde2 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.006';
+    our $VERSION = '3.05.00.007';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install