From 97b79687b35b6620365cc5d5f2bf991ea7ac3d7b Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 26 Feb 2015 18:33:18 +1300 Subject: [PATCH] Bumping version number for 3.16.8 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 be53f25ade..ec1eb017a0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8539,6 +8539,13 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.08.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.8 release)\n"; + SetVersion ($DBversion); +} + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index c2b6bbe729..4e5344bfa9 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.07.000'; + our $VERSION = '3.16.08.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5