Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 22 Mar 2011 07:58:18 +0000 (20:58 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 22 Mar 2011 07:58:18 +0000 (20:58 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index ad23bc5..6f589ed 100755 (executable)
@@ -4090,7 +4090,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.03.00.XXX'; #FIXME
+$DBversion = '3.03.00.027'; #FIXME
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('displayFacetCount', '0', NULL, NULL, 'YesNo')");
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('maxRecordsForFacets', '20', NULL, NULL, 'Integer')");
index e3b9ad1..81454c0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.026';
+    our $VERSION = '3.03.00.027';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install