Bug 7986 follow-up DBRev numbers
authorPaul Poulain <paul.poulain@biblibre.com>
Thu, 13 Sep 2012 16:07:41 +0000 (18:07 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 13 Sep 2012 16:07:41 +0000 (18:07 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index be1d08f..28f2e7a 100755 (executable)
@@ -5736,7 +5736,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.041";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(qq{
         INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('ExportRemoveFields','','List of fields for non export in circulation.pl (separated by a space)','','');
@@ -5745,7 +5745,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.09.00.XXX";
+$DBversion = "3.09.00.042";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
     $dbh->do(qq{
         INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('ExportWithCsvProfile','','Set a profile name for CSV export','','');
index 8e845dd..0e0235f 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.09.00.040';
+    our $VERSION = '3.09.00.042';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install