Bumping the database number
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 26 Apr 2011 08:51:37 +0000 (20:51 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 26 Apr 2011 08:51:37 +0000 (20:51 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 7ed1877..52951e7 100755 (executable)
@@ -4323,7 +4323,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.05.00.001";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(qq{
     INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('numSearchRSSResults',50,'Specify the maximum number of results to display on a RSS page of results',NULL,'Integer');
index 1f8f360..c3b86a9 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.04.00.000';
+    our $VERSION = '3.05.00.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install