From 8ea80995c590dad86c43df636456640d3aa84bab Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 24 Aug 2021 08:15:56 -0400 Subject: [PATCH] Increment version for 21.05.03 release Signed-off-by: Kyle M Hall --- 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 f0ab513dcb..adb53686c9 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 = "21.05.02.002"; +$VERSION = "21.05.02.003"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 5ed58f321d..fc0a3a7c3e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -24422,6 +24422,11 @@ if( CheckVersion( $DBversion ) ) { NewVersion( $DBversion, 28872, "Update syspref values from on and off to 1 and 0"); } +$DBversion = '21.05.03.000'; +if( CheckVersion( $DBversion ) ) { + NewVersion( $DBversion, "", "Koha 21.05.03 release" ); +} + # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. my $update_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/atomicupdate/'; -- 2.20.1