From 2e0c108af86a3c6fac5f236d8f7093e781712c8b Mon Sep 17 00:00:00 2001 From: mason Date: Thu, 25 Dec 2014 00:22:16 +1300 Subject: [PATCH] Increment version for 3.16.6 release --- 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 2f45b99b65..5663c2cea4 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8527,6 +8527,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.06.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.6.000 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 57d09b1ecd..9e094922a5 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.05.001'; + our $VERSION = '3.16.06.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5