From c9151d4c1d182a58ac3c3ec38538b009c8b1b88a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 18 Oct 2021 11:27:18 +0200 Subject: [PATCH] Bug 28153: DBRev 21.06.00.035 Signed-off-by: Jonathan Druart --- Koha.pm | 2 +- .../210600035.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_28153_add_holdreminder_notice_preference.pl => db_revs/210600035.pl} (100%) mode change 100644 => 100755 diff --git a/Koha.pm b/Koha.pm index 5d6d76fca2..8d649c58ac 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.06.00.034"; +$VERSION = "21.06.00.035"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_28153_add_holdreminder_notice_preference.pl b/installer/data/mysql/db_revs/210600035.pl old mode 100644 new mode 100755 similarity index 100% rename from installer/data/mysql/atomicupdate/bug_28153_add_holdreminder_notice_preference.pl rename to installer/data/mysql/db_revs/210600035.pl -- 2.20.1