Bumping database version to 3.05.00.015
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 11 Oct 2011 02:31:23 +0000 (15:31 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 11 Oct 2011 02:31:23 +0000 (15:31 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index d15c8fb..1369ffb 100755 (executable)
@@ -4466,7 +4466,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.015";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectEnabled',0,'Enable Novelist Select content.  Requires Novelist Profile and Password',NULL,'YesNo')");
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('NovelistSelectProfile',NULL,'Novelist Select user Password',NULL,'free')");
index bb139dc..106b18f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.014';
+    our $VERSION = '3.05.00.015';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install