Bumping database version number
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 31 Mar 2011 23:06:20 +0000 (12:06 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 31 Mar 2011 23:06:20 +0000 (12:06 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 38eed7a..05c5c22 100755 (executable)
@@ -4166,7 +4166,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = '3.03.00.XXX';
+$DBversion = '3.03.00.036';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('COinSinOPACResults', 1, 'If ON, use COinS in OPAC search results page.  NOTE: this can slow down search response time significantly','','YesNo')");
     print "Upgrade to $DBversion done ( Make COinS optional in OPAC search results )\n";
index cd55624..a0bab4c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.035';
+    our $VERSION = '3.03.00.036';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install