From 14606d515acdb3c5483382f83a3e354171f56a57 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 2 Jun 2020 11:14:35 +0200 Subject: [PATCH] Koha 20.06 - start of a new dev cycle Signed-off-by: Jonathan Druart 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 9377d5e2b5..00beea1fce 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.05.00.000"; +$VERSION = "20.06.00.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e2cffe9518..b53146f873 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -22171,6 +22171,11 @@ if( CheckVersion( $DBversion ) ) { NewVersion( $DBversion, undef, '20.05.00 alpha release' ); } +$DBversion = '20.06.00.000'; +if( CheckVersion( $DBversion ) ) { + NewVersion( $DBversion, undef, 'All our codebase are belong to everybody' ); +} + # 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.39.2