From cf6ad049571ec8d2b0a721facdf37be2f210c860 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 29 Sep 2022 16:51:19 +0000 Subject: [PATCH] Bug 30879: DBRev 22.05.05.004 Signed-off-by: Lucas Gass --- Koha.pm | 2 +- .../220505004.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_30879_add_biblionumber_sort_option.pl => db_revs/220505004.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 2e8063f489..d8e5503a5a 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 = "22.05.05.003"; +$VERSION = "22.05.05.004"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_30879_add_biblionumber_sort_option.pl b/installer/data/mysql/db_revs/220505004.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_30879_add_biblionumber_sort_option.pl rename to installer/data/mysql/db_revs/220505004.pl -- 2.39.5