From ad87c5fc497456d7c37bd1818491ddda2f464dcb Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 10 Oct 2014 08:52:53 -0400 Subject: [PATCH] Increment version for 3.12.15 release Signed-off-by: Kyle M Hall --- 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 96d420b6c0..8ed1b56374 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7008,6 +7008,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.12.15.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.12.155555ease)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index b0c73b02e7..cadab58680 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.14.000'; + our $VERSION = '3.12.15.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5