From f444e82e99f0cb22f91472de427fc8c3df7aed40 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 24 Sep 2018 14:08:23 +0100 Subject: [PATCH] Increment version for 18.05.04 release Signed-off-by: Martin Renvoize --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 37accf8247..f506553d66 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.03.003"; +$VERSION = "18.05.04.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e5a27a6152..ea0edbdaae 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -16178,6 +16178,13 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (Bug 20777 - Remove unused field accountlines.dispute)\n"; } +$DBversion = "18.05.04.000"; +if ( CheckVersion($DBversion) ) { + SetVersion ($DBversion); + print "Upgrade to $DBversion done (18.05.04 release)\n"; +} + + # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.39.5