From 48d61581bc02c7536a42f17fecf94bd44a2145c9 Mon Sep 17 00:00:00 2001 From: Arthur Suzuki Date: Mon, 26 Sep 2022 14:36:30 +0200 Subject: [PATCH] Increment version for 21.11.12 Release Signed-off-by: Arthur Suzuki --- Koha.pm | 2 +- .../211112000.pl} | 0 installer/data/mysql/db_revs/211112000.pl~ | 7 +++++++ 3 files changed, 8 insertions(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_31086_do_not_allow_null_branchcode_in_reserves.pl => db_revs/211112000.pl} (100%) mode change 100755 => 100644 create mode 100644 installer/data/mysql/db_revs/211112000.pl~ diff --git a/Koha.pm b/Koha.pm index fd3bbeeb7d..246d42f295 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.11.11.000"; +$VERSION = "21.11.12.000"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_31086_do_not_allow_null_branchcode_in_reserves.pl b/installer/data/mysql/db_revs/211112000.pl old mode 100755 new mode 100644 similarity index 100% rename from installer/data/mysql/atomicupdate/bug_31086_do_not_allow_null_branchcode_in_reserves.pl rename to installer/data/mysql/db_revs/211112000.pl diff --git a/installer/data/mysql/db_revs/211112000.pl~ b/installer/data/mysql/db_revs/211112000.pl~ new file mode 100644 index 0000000000..212549da1f --- /dev/null +++ b/installer/data/mysql/db_revs/211112000.pl~ @@ -0,0 +1,7 @@ +use Modern::Perl; + +return { + bug_number => undef, + description => 'Koha 21.11.12 release', + up => sub {}, +} -- 2.39.5