From 5a9a82dcc3ebdb3b7f130edbfb8c6ef67f97eb68 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Wed, 8 May 2013 10:03:26 -0400 Subject: [PATCH] Bug 9681: Increment version number Database update for bug 9681 has been given version 3.11.00.301 --- 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 2bd043987e..35f575a14f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6788,7 +6788,7 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.301"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { #issues $dbh->do(q{ diff --git a/kohaversion.pl b/kohaversion.pl index 06d49b107c..3ef6690008 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.300'; + our $VERSION = '3.11.00.301'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1