From e0e56963fba78f3ac0e0dbedcc4fb8f601168414 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 21 Feb 2014 18:36:06 +0000 Subject: [PATCH] Bug 11256: DBRev 3.15.00.019 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 ccc7e687ab..c8e883fcd3 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -8005,7 +8005,7 @@ if ( CheckVersion($DBversion) ) { $dbh->{RaiseError} = 0; } -$DBversion = "3.15.00.XXX"; +$DBversion = "3.15.00.019"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES('OpacMaxItemsToDisplay','50','','Max items to display at the OPAC on a biblio detail','Integer')"); print "Upgrade to $DBversion done (Bug 11256: Add system preference OpacMaxItemsToDisplay)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index f54519ae57..3b6df5db8d 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.018'; + our $VERSION = '3.15.00.019'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1