From bf94ccdfac6c5b7d226d80f6d5319704b6cfd85f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 6 Oct 2015 10:33:15 -0300 Subject: [PATCH] Bug 10020: DBRev 3.21.00.033 Signed-off-by: Tomas Cohen Arazi --- 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 28e8c72562..575340e1f9 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.21.00.032"; +$VERSION = "3.21.00.033"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 6819c111dd..617a63073d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10986,7 +10986,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.21.00.033"; if ( CheckVersion($DBversion) ) { my $done = 0; @@ -11040,7 +11040,6 @@ if ( CheckVersion($DBversion) ) { SetVersion ($DBversion); } - # DEVELOPER PROCESS, search for anything to execute in the db_update directory # SEE bug 13068 # if there is anything in the atomicupdate, read and execute it. -- 2.39.5