From 246c133af3861f8a8b716f196e04c2185efe7799 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Fri, 22 Mar 2013 22:23:00 -0400 Subject: [PATCH] Bug 7688: Increment version number Database update for bug 7688 has been given version 3.11.00.114 --- 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 aa2aed9e80..6158de7343 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6723,7 +6723,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.114"; if ( CheckVersion($DBversion) ) { $dbh->do(qq| DROP TABLE IF EXISTS subscription_frequencies diff --git a/kohaversion.pl b/kohaversion.pl index 357d0a6bb9..ea0cc7fd0f 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.113'; + our $VERSION = '3.11.00.114'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1