From da3d62fdf62701300b0bd7cf63bd16ef092e3905 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 24 Dec 2015 12:16:22 +1300 Subject: [PATCH] Increment version for 3.18.13 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 e0eb65c886..7901be23b4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9934,6 +9934,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); print "Done ($DBversion release)\n"; } +$DBversion = "3.18.13.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done\n"; + SetVersion ($DBversion); + print "Done (3.18.13 release)\n"; +} =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index cdef2b5d75..f2cb633865 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.12.000'; + our $VERSION = '3.18.13.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5