From ac9f9ced724fd61403650c5854fd1da075e7ed63 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 20 Oct 2015 10:27:01 -0300 Subject: [PATCH] Bug 11759: DBRev 3.21.00.038 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 d4f5f8b477..e1e43a0416 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.037"; +$VERSION = "3.21.00.038"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index c53b47fbd0..3360de6377 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -11120,7 +11120,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.21.00.XXX"; +$DBversion = "3.21.00.038"; if ( CheckVersion($DBversion) ) { $dbh->do(q| INSERT IGNORE INTO systempreferences ( variable, value, options, explanation, type ) @@ -11130,7 +11130,7 @@ if ( CheckVersion($DBversion) ) { INSERT IGNORE INTO systempreferences ( variable, value, options, explanation, type ) VALUES ('BatchCheckoutsValidCategories','',NULL,'Patron categories allowed to checkout in a batch','Free') |); - print "Upgrade to $DBversion done (Bug 11759: Add batch_checkouts system preference)\n"; + print "Upgrade to $DBversion done (Bug 11759: Add the batch checkout feature)\n"; SetVersion($DBversion); } -- 2.20.1