From df8716197ad36f168689b98994fd693893c9d5d3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 24 May 2018 10:40:27 -0300 Subject: [PATCH] Koha 18.05.00 is here! Signed-off-by: Jonathan Druart --- 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 014dd7ff78..9ed8119183 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 = "17.12.00.044"; +$VERSION = "18.05.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 62475a2291..415fec0856 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -16045,6 +16045,12 @@ if(CheckVersion($DBversion)) { SetVersion($DBversion); } +$DBversion = '18.05.00.000'; +if( CheckVersion( $DBversion ) ) { + SetVersion( $DBversion ); + print "Upgrade to $DBversion done (Koha 18.05)\n"; +} + # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.39.5