From 8b73f86c346f8f3af1338ba29a28c78866a6aa12 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 2 Oct 2024 10:26:27 +0100 Subject: [PATCH] Bug 37967: DBRev 24.06.00.034 Signed-off-by: Martin Renvoize --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_37967.pl => db_revs/240600034.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_37967.pl => db_revs/240600034.pl} (100%) diff --git a/Koha.pm b/Koha.pm index fde4ee4e51..3e228f4824 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 = "24.06.00.033"; +$VERSION = "24.06.00.034"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_37967.pl b/installer/data/mysql/db_revs/240600034.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_37967.pl rename to installer/data/mysql/db_revs/240600034.pl -- 2.39.5