From dd5f1386ae9c0fd995cdc471ac129adce971b631 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 8 Feb 2011 21:12:41 +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 7e815a2fc0..c510e2f7e2 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -3987,7 +3987,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion ($DBversion); } -$DBversion = '3.03.00.XXX'; +$DBversion = '3.03.00.018'; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { $dbh->do( q|update language_descriptions set description = 'Nederlands' where lang = 'nl' and subtag = 'nl'|); $dbh->do( q|update language_descriptions set description = 'Dansk' where lang = 'da' and subtag = 'da'|); diff --git a/kohaversion.pl b/kohaversion.pl index e15f01b2cf..efb04c8d8a 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.017'; + our $VERSION = '3.03.00.018'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1