From ace3bbffe2bd7c89d80a84f1a44cc6c37252387a Mon Sep 17 00:00:00 2001 From: Mason James Date: Mon, 30 Mar 2015 10:41:54 +1300 Subject: [PATCH] Increment DB revision for 3.16.9 release --- 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 4072458d2e..ebcfc26380 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8560,6 +8560,13 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } +$DBversion = "3.16.09.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.9 release)\n"; + SetVersion ($DBversion); +} + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index f4aa1ed72e..c2f3ce98fe 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.08.001'; + our $VERSION = '3.16.09.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5