From f080cf45462422cd9f4aa2b0c46db7e563bc5b0f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 28 Oct 2016 11:30:38 +0000 Subject: [PATCH] Bug 14598: Update DB rev (3.22.12.002) Signed-off-by: Julian Maurice --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Koha.pm b/Koha.pm index 6138f73238..3696cda56c 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 = "3.22.12.001"; +$VERSION = "3.22.12.002"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index e11677463d..317d5f5ac8 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11836,8 +11836,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } - -$DBversion = "XXX"; +$DBversion = '3.22.12.002'; if ( CheckVersion($DBversion) ) { my $sth = $dbh->prepare(q{ -- 2.39.5