From d6e5102cd739783e77639b7360bf12a1f0f11399 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 22 Jan 2015 20:07:08 +1300 Subject: [PATCH] Bumping version number for 3.18.3 release --- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c3f2cdc2e6..0971d3716a 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9634,6 +9634,13 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } +$DBversion = "3.18.03.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.18.3 release)\n"; + SetVersion($DBversion); +} + + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index 5d9b394587..fb2ba441f4 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.02.003'; + our $VERSION = '3.18.03.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5