From c5aac4e769dd2212499802520e83a6f690806f01 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 10 Mar 2014 19:12:19 +0000 Subject: [PATCH] Bug 11343: DBRev 3.15.00.020 Signed-off-by: Galen Charlton --- installer/data/mysql/updatedatabase.pl | 2 +- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 062b043662..1fea1fe9a2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8012,7 +8012,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.020"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do(q| INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer') diff --git a/kohaversion.pl b/kohaversion.pl index 3b6df5db8d..28a0b5fda4 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.15.00.019'; + our $VERSION = '3.15.00.020'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5