From 1d767a0977180e1989b66f8edd168314f6f0af72 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 19 May 2014 23:16:06 +0000 Subject: [PATCH] DBRev 3.15.00.052: mark Koha 3.16 RC Signed-off-by: Galen Charlton --- 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 3b1718c3ff..421e7729f8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8465,6 +8465,12 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.15.00.052"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (Koha 3.16 RC)\n"; + SetVersion($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 2949600291..d51ae63078 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.15.00.051'; + our $VERSION = '3.15.00.052'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1