From 1c203fb8859c8e8233ef038e66fd2210209c72ae Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 22 Mar 2013 07:58:14 -0400 Subject: [PATCH] Bug 8365: Increment version number Database update for bug 8365 has been given version 3.11.00.112 --- 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 747c0d8b54..34ffc88717 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6701,7 +6701,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.112"; if ( CheckVersion($DBversion) ) { $dbh->do(qq{ ALTER TABLE issuingrules ADD COLUMN renewalperiod int(4) DEFAULT NULL AFTER renewalsallowed diff --git a/kohaversion.pl b/kohaversion.pl index b7a6408a40..ff97cf543f 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.111'; + our $VERSION = '3.11.00.112'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1