From 000d31361fb5f965bf43e8044d90553493faa633 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Mon, 24 Aug 2015 11:31:07 +1200 Subject: [PATCH] Increment version for 3.18.10 release Signed-off-by: Liz Rea --- installer/data/mysql/updatedatabase.pl | 9 +++++++++ kohaversion.pl | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index a6316d7545..9e709c12d1 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9848,6 +9848,15 @@ if ( CheckVersion($DBversion) ) { print "Done (3.18.9 release)\n"; } +$DBversion = "3.18.10.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion\n"; + SetVersion ($DBversion); + print "Done (3.18.10 release)\n"; +} + + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 7b200fa06a..8b49e6cdcc 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.09.000'; + our $VERSION = '3.18.10.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5