From e00e451b6e06f615426d03e6933a3f3404b32ace Mon Sep 17 00:00:00 2001 From: Mason James Date: Sun, 31 May 2015 12:51:20 +1200 Subject: [PATCH] Bumping DB version for 3.16.11 --- 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 2ae3565be6..c395f6c1b4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8572,6 +8572,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.11.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.11 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 668b0da9bc..105e97428e 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.16.10.000'; + our $VERSION = '3.16.11.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5