From 71a69181b1ea37df86cbeeafd34e9704104a22b5 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 30 Jul 2015 14:32:47 +1200 Subject: [PATCH] Bumping version number for release --- installer/data/mysql/updatedatabase.pl | 5 +++++ kohaversion.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 195e8081bd..25c4dfc02c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8584,6 +8584,11 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.16.13.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.16.13 release)\n"; + SetVersion ($DBversion); +} =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 08c5ddfe8a..ab5f16be69 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.12.000'; + our $VERSION = '3.16.13.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5