From f89ec8c210e95ec1f02262e0ae025b230e06904f Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 26 May 2015 12:21:50 +1200 Subject: [PATCH] Bumping DB version for 3.18.7 --- installer/data/mysql/updatedatabase.pl | 8 ++++++++ kohaversion.pl | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 19c7c17251..a023e462aa 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9775,6 +9775,14 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } +$DBversion = "3.18.07.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.18.7 release)\n"; + SetVersion($DBversion); +} + + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 737cd5163e..0a5abb419f 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -17,7 +17,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.18.06.001'; + our $VERSION = '3.18.07.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5