From 9c27e64c1729de2a892e14c049643c135dc7e2a1 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 29 Jul 2013 08:49:55 -0400 Subject: [PATCH] Increment version for 3.6.12 security release Signed-off-by: Jared Camins-Esakov --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 52c05ce998..db8a14a8e5 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4732,9 +4732,9 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.06.11.000"; +$DBversion = "3.06.12.000"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { - print "Upgrade to $DBversion done (Incrementing version for 3.6.10 release. See release notes for details.) \n"; + print "Upgrade to $DBversion done (Incrementing version for 3.6.12 security release. See release notes for details.) \n"; SetVersion ($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index a465757eb5..bdf807ca6c 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.06.10.000'; + our $VERSION = '3.06.12.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5