Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Jul 2011 03:03:34 +0000 (15:03 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Jul 2011 03:03:34 +0000 (15:03 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 6f5eeee..8fb9656 100755 (executable)
@@ -4363,7 +4363,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.004";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('ShowReviewerPhoto',1,'If ON, photo of reviewer will be shown beside comments in OPAC',NULL,'YesNo');");
     print "Upgrade to $DBversion done (Add syspref ShowReviewerPhoto)\n";
index 42e2f48..00bdbec 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.003';
+    our $VERSION = '3.05.00.004';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install