From 7da07dd5efb2d40e2c880637b5b3f4285f0e0f43 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 19 May 2015 10:29:55 -0300 Subject: [PATCH] Bug 5338: DBRev 3.19.00.043 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha.pm b/Koha.pm index 646c99a8bd..b80611f409 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.19.00.042"; +$VERSION = "3.19.00.043"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 2f51063ace..b7a602d2c2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -10445,14 +10445,14 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.19.00.XXX"; +$DBversion = "3.19.00.043"; if ( CheckVersion($DBversion) ) { $dbh->do(q| INSERT IGNORE INTO authorised_values (category, authorised_value, lib) VALUES ('REPORT_GROUP', 'SER', 'Serials') |); - print "Upgrade to $DBversion done (Bug 5338 - Add Serial to the report groups if does not exist)\n"; + print "Upgrade to $DBversion done (Bug 5338: Add Serial to the report groups if does not exist)\n"; SetVersion ($DBversion); } -- 2.39.2