Browse Source

Increment version for 20.05.04 release

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit e3ba87e2a59c4437a4813933e162c9182b2cf805)
20.05.x
Lucas Gass 4 years ago
parent
commit
2fe969a9b8
  1. 2
      Koha.pm
  2. 5
      installer/data/mysql/updatedatabase.pl

2
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.03.001";
$VERSION = "20.05.04.000";
sub version {
return $VERSION;

5
installer/data/mysql/updatedatabase.pl

@ -22393,6 +22393,11 @@ if( CheckVersion( $DBversion ) ) {
NewVersion( $DBversion, 25958, "Allow LongOverdue cron to exclude specified lost values");
}
$DBversion = '20.05.04.000';
if( CheckVersion( $DBversion ) ) {
NewVersion( $DBversion, undef, '20.05.04 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/';

Loading…
Cancel
Save