From a80918f76d83c548999c4726959d932a6452fc87 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 25 Feb 2014 11:12:57 -0300 Subject: [PATCH] Increment version for 3.12.11 release Signed-off-by: Tomas Cohen Arazi --- 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 9582beef35..6de680af81 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6981,6 +6981,12 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } +$DBversion = "3.12.11.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.12.11 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 97ca1316bd..6ac5f97922 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.12.10.001'; + our $VERSION = '3.12.11.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5