From 39ce37feb509238624444306f849639eacec0780 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Tue, 11 Dec 2012 08:13:07 -0500 Subject: [PATCH] Bug 9056: Increment version number Database update for bug 9056 has been given version 3.11.00.007 --- 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 cdc276a224..75e5535f8d 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6134,7 +6134,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { SetVersion($DBversion); } -$DBversion = "XXX"; +$DBversion = "3.11.00.007"; if (C4::Context->preference("Version") < TransformToNum($DBversion)) { print "Upgrade to $DBversion done (Bug 9056: add German and a couple of French translations to language_descriptions"; $dbh->do("INSERT INTO language_descriptions (subtag, type, lang, description) VALUES( 'ar', 'language', 'de', 'Arabisch')"); diff --git a/kohaversion.pl b/kohaversion.pl index ebfb24368d..3953e20f1e 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.11.00.006'; + our $VERSION = '3.11.00.007'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.2