From e6984cf2a25d3d0b9c0003525aea0851ffa98c2a Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Mon, 2 Nov 2015 12:16:01 +1300 Subject: [PATCH] Increment version for 3.18.12 release Signed-off-by: Liz Rea --- 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 52bde77afd..d8f83176d6 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9928,6 +9928,12 @@ if ( CheckVersion($DBversion) ) { print "Done (Bug 14820: SMSSendUsername and SMSSendPassword are not listed in the system preferences)\n"; SetVersion($DBversion); } +$DBversion = "3.18.12.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion\n"; + SetVersion ($DBversion); + print "Done ($DBversion release)\n"; +} # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 diff --git a/kohaversion.pl b/kohaversion.pl index c26b839f41..cdef2b5d75 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.18.11.000'; + our $VERSION = '3.18.12.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5