From edee01dd0f18c479b0ee046ce5a866712af16174 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Tue, 14 Feb 2012 21:37:17 +0100 Subject: [PATCH] Bug 6299 follow-up DBrev --- installer/data/mysql/updatedatabase.pl | 4 ++-- kohaversion.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index d0b2af1276..0ef0b1fe74 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -4678,9 +4678,9 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { } -$DBversion = "3.07.00.XXX"; +$DBversion = "3.07.00.014"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { - print "RELTERMS category available for English-, French-, and Spanish-language relator terms. They are not loaded during upgrade but can be easily inserted using the provided marc21_relatorterms.sql SQL script (currently available for en, es, and fr only).\n"; + print "RELTERMS category available for English-, French-, and Spanish-language relator terms. They are not loaded during upgrade but can be easily inserted using the provided marc21_relatorterms.sql SQL script (MARC21 only, and currently available for en, es, and fr only).\n"; SetVersion($DBversion); } diff --git a/kohaversion.pl b/kohaversion.pl index 12baea49c7..06d7ab7445 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.07.00.013'; + our $VERSION = '3.07.00.014'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1