From 814f22e7947bc36a28ebf96418bfce6363414677 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 23 Jun 2015 13:40:56 +1200 Subject: [PATCH] Increment version for 3.18.8 release Signed-off-by: Liz Rea --- C4/Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 7 ++++++- kohaversion.pl | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/C4/Koha.pm b/C4/Koha.pm index 23fbfeef97..b2708db80f 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -35,7 +35,7 @@ use DBI qw(:sql_types); use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $DEBUG); BEGIN { - $VERSION = 3.07.00.049; + $VERSION = 3.18.08.000; require Exporter; @ISA = qw(Exporter); @EXPORT = qw( diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index d25c67b9af..9111c56e6c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -9799,7 +9799,12 @@ if ( CheckVersion($DBversion) ) { print "Upgrade to $DBversion done\n"; SetVersion ($DBversion); } - +$DBversion = "3.18.00.000"; +if ( CheckVersion($DBversion) ) { + print "Upgrade to version 3.18.08\n"; + SetVersion ($DBversion); + print "Upgrade to $DBversion done \n"; +} diff --git a/kohaversion.pl b/kohaversion.pl index 3e5fcb0d55..a8833415a7 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.07.001'; + our $VERSION = '3.18.08.000'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5