From d28d1ef0fa9872749c12d20e322eda50bca6b0ad Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sun, 19 May 2013 17:42:07 -0400 Subject: [PATCH] Increment version for 3.12.0 release (cherry picked from commit 85a1b8a50b5ac85032359c93dd9514c714f4640e) Signed-off-by: Jared Camins-Esakov --- installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 35f575a14f..fd6bd08b86 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6834,6 +6834,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } +$DBversion = "3.12.00.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.12.0 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 3ef6690008..19664f494f 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.301'; + our $VERSION = '3.12.00.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1