From a8e644956714f41497300dd138541a6cf8edeaf3 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 1 Oct 2014 21:57:17 +0000 Subject: [PATCH] bump up version to 3.16.4 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 8ab39dbdb2..ae3341adb9 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8505,6 +8505,12 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.04.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.4 release)\n"; + SetVersion ($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index c395377099..b647224997 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.03.000'; + our $VERSION = '3.16.04.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5