From 1610a7d61cf5cd9a58edb0630640b18b973ce8dd Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 28 Mar 2012 16:15:34 +0200 Subject: [PATCH] bug 5354 follow-up DBRev number --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 5b82f97a02..d29c8e48d4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -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"; diff --git a/kohaversion.pl b/kohaversion.pl index fed38b0157..66faab4eb4 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -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 -- 2.20.1