bug 5354 follow-up DBRev number

This commit is contained in:
Paul Poulain 2012-03-28 16:15:34 +02:00
parent a52d3fbf9d
commit 1610a7d61c
2 changed files with 2 additions and 2 deletions

View file

@ -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";

View 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