From 2b057da0d578964e67a29776a4d1c9e4ac45b14b Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 22 Mar 2013 08:25:15 -0400 Subject: [PATCH] Bug 9257: Increment version number Database update for bug 9257 has been given version 3.11.00.113 --- 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 75026c0e71..4e207a7004 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6713,7 +6713,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.113"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do(q{ ALTER TABLE branchcategories ADD show_in_pulldown BOOLEAN NOT NULL DEFAULT '0', diff --git a/kohaversion.pl b/kohaversion.pl index ff97cf543f..357d0a6bb9 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.112'; + our $VERSION = '3.11.00.113'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1