Incrementing database version
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Apr 2011 02:57:13 +0000 (14:57 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Apr 2011 02:57:13 +0000 (14:57 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index e12abb5..45e09da 100755 (executable)
@@ -4217,7 +4217,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.03.00.XXX";
+$DBversion = "3.03.00.043";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
 
     $dbh->do("INSERT INTO authorised_values (category,authorised_value,lib,lib_opac) VALUES ('YES_NO','0','No','No')");
index 30a89d2..8cd0c2c 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.042';
+    our $VERSION = '3.03.00.043';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install