From f851a35af6e47515b482cfd6aefcf5128b7325ff Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 22 Mar 2015 18:41:24 +1300 Subject: [PATCH] Bumping db version for 3.18.5 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 df1011cc25..052313958d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9725,6 +9725,12 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } +$DBversion = "3.18.05.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to $DBversion done (3.18.5 release)\n"; + SetVersion($DBversion); +} + =head1 FUNCTIONS =head2 TableExists($table) diff --git a/kohaversion.pl b/kohaversion.pl index a48be48898..d8a969d4fd 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.04.002'; + our $VERSION = '3.18.05.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5