From aa4c36d328c47f0e12200c094115392b838395dd Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 12 Jan 2011 08:47:57 +1300 Subject: [PATCH] Bug 2142 : Bumping database version --- 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 bcf683f993..cb88827a34 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3930,7 +3930,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "3.03.00.xxx"; +$DBversion = "3.03.00.012"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES('maxItemsInSearchResults',20,'Specify the maximum number of items to display for each result on a page of results',NULL,'free')"); print "Upgrade to $DBversion done (Bug 2142: maxItemsInSearchResults syspref resurrected)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index 1925969069..fc595a0f6e 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.03.00.011'; + our $VERSION = '3.03.00.012'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2