From 1b39d0717a4b81cda28c72e07bb47e534d9d205b Mon Sep 17 00:00:00 2001 From: Mason James Date: Sun, 31 Oct 2021 13:22:20 +1300 Subject: [PATCH] DBRev 21.05.05.003 https://bugs.koha-community.org/show_bug.cgi?id=29378 --- 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 f64bd49a8e..93424f23dd 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.05.000"; +$VERSION = "21.05.05.003"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9b11e9963c..973c8b0a40 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -24515,6 +24515,11 @@ if( CheckVersion( $DBversion ) ) { NewVersion( $DBversion, 29137, "Add system preference CreateAVFromCataloguing"); } +$DBversion = '21.05.05.003'; +if( CheckVersion( $DBversion ) ) { + NewVersion( $DBversion, "", "Koha 21.05.05 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