From 5deae26ae8fa886ea6830f1e7242082e6f7bd38c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 27 Nov 2020 13:19:16 +0100 Subject: [PATCH] Koha 20.11.00 is here! Signed-off-by: Jonathan Druart --- 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 c265b36c3a..77fac064be 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 = "20.06.00.069"; +$VERSION = "20.11.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 8aee16b3f9..1768a16ba5 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -23410,6 +23410,11 @@ if( CheckVersion( $DBversion ) ) { NewVersion( $DBversion, 24083, ["Add circulation_rules 'unseen_renewals_allowed'", "Add issues.unseen_renewals & old_issues.unseen_renewals)", "Add new system preference UnseenRenewals"] ); } +$DBversion = '20.11.00.000'; +if( CheckVersion( $DBversion ) ) { + NewVersion( $DBversion, "", "Koha 20.11.00 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