Browse Source

Koha 21.11.00 is here!

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11/bug30761 v21.11.00
Jonathan Druart 2 years ago
parent
commit
5b9902487b
  1. 2
      Koha.pm
  2. 7
      installer/data/mysql/db_revs/211100000.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 = "21.06.00.049";
$VERSION = "21.11.00.000";
sub version {
return $VERSION;

7
installer/data/mysql/db_revs/211100000.pl

@ -0,0 +1,7 @@
use Modern::Perl;
return {
bug_number => undef,
description => 'Koha 21.11.00 release',
up => sub {},
}
Loading…
Cancel
Save