From 9ca4fc14fb8504b49b343e9259404e663ec3c71b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 26 Aug 2014 23:10:24 +0000 Subject: [PATCH] bump up version number for 3.16.3 release Signed-off-by: Galen Charlton --- 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 9e9896edf2..8ab39dbdb2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8499,6 +8499,12 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.16.03.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.3 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index e0c239e137..c395377099 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.02.001'; + our $VERSION = '3.16.03.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5