From c320e7e01ccaba92db74fb62caefdfaa1e06006f Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 25 May 2018 16:54:31 +0000 Subject: [PATCH] Koha 18.06 - It's Adventure time! There was once an ILS from New Zealand They said "How hard could it be?" and So we all came together To help make it better Come join us! The adventure will be grand! Signed-off-by: Nick Clemens --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 9ed8119183..37b9ef1fc8 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "18.05.00.000"; +$VERSION = "18.06.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 415fec0856..0c1f41fb52 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -16051,6 +16051,12 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (Koha 18.05)\n"; } +$DBversion = '18.06.00.000'; +if( CheckVersion( $DBversion ) ) { + SetVersion( $DBversion ); + print "Upgrade to $DBversion done (Koha 18.06 - It's Adventure time!)\n"; +} + # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.39.2