From c63d16789babc585bbe700b8ac42fe396a703571 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 14 Feb 2023 15:39:43 +0000 Subject: [PATCH] Bug 30642: (RMaint follow-up) Fix db_revs name We got our version numbering a bit muddled here.. fixed before anything bad happened ;P Signed-off-by: Martin Renvoize --- Koha.pm | 2 +- installer/data/mysql/db_revs/{221200004.pl => 221102001.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/db_revs/{221200004.pl => 221102001.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 9c0d9da074..992d1e8328 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.11.02.000"; +$VERSION = "22.11.02.001"; sub version { return $VERSION; diff --git a/installer/data/mysql/db_revs/221200004.pl b/installer/data/mysql/db_revs/221102001.pl similarity index 100% rename from installer/data/mysql/db_revs/221200004.pl rename to installer/data/mysql/db_revs/221102001.pl -- 2.39.2