Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 26 Aug 2011 03:32:55 +0000 (15:32 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 26 Aug 2011 03:32:55 +0000 (15:32 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 1085db9..bdfc9ac 100755 (executable)
@@ -4432,7 +4432,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.010";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("CREATE INDEX priorityfoundidx ON reserves (priority,found)");
     print "Create an index on reserves to speed up holds awaiting pickup report bug 5866\n";
index 3e5f8e7..5b72642 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.009';
+    our $VERSION = '3.05.00.010';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install