Bug 4289: Bumping version number up
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Jan 2011 01:31:58 +0000 (14:31 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 19 Jan 2011 01:31:58 +0000 (14:31 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index febb4d1..5f3310b 100755 (executable)
@@ -3937,7 +3937,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "3.03.00.xxx";
+$DBversion = "3.03.00.013";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('OpacPublic','1','If set to OFF and user is not logged in, all  OPAC pages require authentication, and OPAC searchbar is removed)','','YesNo')");
     print "Upgrade to $DBversion done (added 'OpacPublic' syspref)\n";
index fc595a0..270e2d0 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.012';
+    our $VERSION = '3.03.00.013';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install