From 98d702e0344a66bf1e4c3e80ba150d0b65d1d3b4 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 22 Mar 2011 20:58:18 +1300 Subject: [PATCH] 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 ad23bc5f1f..6f589ed42d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4090,7 +4090,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; #FIXME +$DBversion = '3.03.00.027'; #FIXME if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('displayFacetCount', '0', NULL, NULL, 'YesNo')"); $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('maxRecordsForFacets', '20', NULL, NULL, 'Integer')"); diff --git a/kohaversion.pl b/kohaversion.pl index e3b9ad1033..81454c0d9f 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.026'; + our $VERSION = '3.03.00.027'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5