From 8e48d69d9e4e7d359b27c6e689f41291e05e5bc9 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Wed, 20 Apr 2022 09:14:40 -1000 Subject: [PATCH] Bug 28786: DBRev 21.12.00.036 Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../data/mysql/{atomicupdate/two-fa.pl => db_revs/211200036.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/two-fa.pl => db_revs/211200036.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 89b5419328..2ba779a2da 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.12.00.035"; +$VERSION = "21.12.00.036"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/two-fa.pl b/installer/data/mysql/db_revs/211200036.pl similarity index 100% rename from installer/data/mysql/atomicupdate/two-fa.pl rename to installer/data/mysql/db_revs/211200036.pl -- 2.20.1