From: Chris Cormack Date: Tue, 22 Mar 2011 07:58:18 +0000 (+1300) Subject: Bumping database version X-Git-Tag: html_template_pro~234 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=98d702e0344a66bf1e4c3e80ba150d0b65d1d3b4;p=koha-ffzg.git Bumping database version --- 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