Bumping database version html_template_pro
authorChris Cormack <chrisc@catalyst.net.nz>
Sun, 10 Apr 2011 07:54:39 +0000 (19:54 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Sun, 10 Apr 2011 07:54:39 +0000 (19:54 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index b20ab89..608a9ae 100755 (executable)
@@ -4284,7 +4284,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.03.00.XXX";
+$DBversion = "3.03.00.050";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do("
        INSERT IGNORE INTO `systempreferences` (variable,value,explanation,options,type) VALUES('OpacHiddenItems','','This syspref allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.','','Textarea');
index 30ba105..05f7574 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.049';
+    our $VERSION = '3.03.00.050';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install