From 39250849fecdb125c53e4b5424fa70316dce3393 Mon Sep 17 00:00:00 2001 From: Mason James Date: Wed, 24 Jun 2015 01:20:11 +1200 Subject: [PATCH] Bumping DB version for 3.16.12 --- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c395f6c1b4..ecdff673ae 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8578,6 +8578,13 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.12.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.12 release)\n"; + SetVersion ($DBversion); +} + + =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 105e97428e..08c5ddfe8a 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.11.000'; + our $VERSION = '3.16.12.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5