bug 5354 follow-up DBRev number
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 28 Mar 2012 14:15:34 +0000 (16:15 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 28 Mar 2012 14:15:34 +0000 (16:15 +0200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 5b82f97..d29c8e4 100755 (executable)
@@ -5088,7 +5088,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
 
 
 
-$DBversion = "3.07.00.XXX";
+$DBversion = "3.07.00.041";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('SubscriptionDuplicateDroppedInput','','','List of fields which must not be rewritten when a subscription is duplicated (Separated by pipe |)','Free')");
     print "Upgrade to $DBversion done (Add System Preferences SubscriptionDuplicateDroppedInput)\n";
index fed38b0..66faab4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.040';
+    our $VERSION = '3.07.00.041';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install