From a92dae3cc74b00f25a085d1c7cef0a703c3686ca Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 3 Jan 2011 12:25:30 -0500 Subject: [PATCH] Updating Version Number to 3.02.02.001 --- 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 0525567c49..541f6992dc 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3903,7 +3903,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.02.02.001"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do("UPDATE `marc_subfield_structure` SET liblibrarian = 'Distance from earth' WHERE liblibrarian = 'Distrance from earth' AND tagfield = '034' AND tagsubfield = 'r';"); $dbh->do("UPDATE `marc_subfield_structure` SET libopac = 'Distance from earth' WHERE libopac = 'Distrance from earth' AND tagfield = '034' AND tagsubfield = 'r';"); diff --git a/kohaversion.pl b/kohaversion.pl index 37f666cfcc..db7ee72838 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.02.02.000'; + our $VERSION = '3.02.02.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5