From 3637c5c3896dd91b318abc0799cc6840c4cc451f Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Thu, 24 Jan 2013 09:17:25 -0500 Subject: [PATCH] Bug 7243: Increment version number Database update for bug 7243 has been given version 3.11.00.015 --- 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 1646fa6d39..bd0fc9984b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6339,7 +6339,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.015"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('RentalsInNoissuesCharge', '1', 'Rental charges block checkouts (added to noissuescharge).',NULL,'YesNo');"); $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('ManInvInNoissuesCharge', '1', 'MANUAL_INV charges block checkouts (added to noissuescharge).',NULL,'YesNo');"); diff --git a/kohaversion.pl b/kohaversion.pl index 72fc95c703..f4fb1866c6 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.014'; + our $VERSION = '3.11.00.015'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2