From 9e839d2fc717dbc4377a3890f4855ff331249c6e Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 30 May 2019 13:42:23 +0000 Subject: [PATCH] Increment version for 19.05.00 release Signed-off-by: Nick Clemens --- 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 80d0a8b0c6..012cb6237a 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.12.00.075"; +$VERSION = "19.05.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e6cba430a0..7afdddd4fc 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -18676,6 +18676,13 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (Bug 22899 - Add items constraint to tmp_holdsqueue)\n"; } +$DBversion = '19.05.00.000'; +if( CheckVersion( $DBversion ) ) { + SetVersion( $DBversion ); + print "Upgrade to $DBversion done (19.05.00 release)\n"; +} + + # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.20.1