From 7ddb28d1dd8fee0b6eecfb32ce078dde05ed4eb3 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 28 Mar 2011 09:55:51 +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 0ccda521f9..23b5d6723b 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4127,7 +4127,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = 'XXX'; +$DBversion = '3.03.00.032'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ('TraceSubjectSubdivisions', 1, 'Create searches on all subdivisions for subject tracings.','1','YesNo')"); print "Upgrade to $DBversion done ( include subdivisions when generating subject tracing searches )\n"; diff --git a/kohaversion.pl b/kohaversion.pl index cc1d0b5300..3fbc4e1b34 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.031'; + our $VERSION = '3.03.00.032'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5