From 368e04d979a2263673539cc47312b03571932a52 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 23 Sep 2015 13:20:53 +1200 Subject: [PATCH] Bumping version number for release --- 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 aabb944d1e..bff553eabd 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9909,6 +9909,12 @@ if ( CheckVersion($DBversion) ) { "Upgrade to $DBversion done\n"; SetVersion($DBversion); } +$DBversion = "3.18.11.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion\n"; + SetVersion ($DBversion); + print "Done (3.18.11 release)\n"; +} =head1 FUNCTIONS diff --git a/kohaversion.pl b/kohaversion.pl index 1eecf1229e..c26b839f41 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.10.002'; + our $VERSION = '3.18.11.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.11.4.GIT