From 4f81a252ddceaf2cd964aa0cfb95d0966b781dd8 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 3 Jun 2019 10:50:50 +0100 Subject: [PATCH] Koha 19.06 - Wingardium Leviosa! MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit “Hermione rolled up the sleeves of her gown, flicked her wand and said, 'Wingardium Leviosa!' The feather rose off the desk and hovered about four feet above their heads. ‘Oh, well done!’ cried Professor Flitwick, clapping. ‘Everyone see here, Miss Granger’s done it!’” Together, let's make Koha fly to new heights, 🧹 Signed-off-by: Martin Renvoize --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Koha.pm b/Koha.pm index 012cb6237a..cb091d290b 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 = "19.05.00.000"; +$VERSION = "19.06.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 7afdddd4fc..66aabd9a0f 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -18682,6 +18682,11 @@ if( CheckVersion( $DBversion ) ) { print "Upgrade to $DBversion done (19.05.00 release)\n"; } +$DBversion = '19.06.00.000'; +if( CheckVersion( $DBversion ) ) { + SetVersion( $DBversion ); + print "Upgrade to $DBversion done (Wingardium Leviosa!)\n"; +} # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.39.5