From dd754c3108dd71885e8af3ebcaa34028855bdfee Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 21 Dec 2012 07:41:27 -0500 Subject: [PATCH] Bug 9151: Increment version number Database update for bug 9151 has been given version 3.11.00.010 --- 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 f256c1376f..d93de4ee44 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6298,7 +6298,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.010"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('RenewalSendNotice', '0', '', NULL, 'YesNo')"); $dbh->do(q{ diff --git a/kohaversion.pl b/kohaversion.pl index eb6b55c9e5..fc9d93b221 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.11.00.009'; + our $VERSION = '3.11.00.010'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2