From 1140e9c46af8522373ec51fc6282bfc7c4936540 Mon Sep 17 00:00:00 2001 From: Bernardo Gonzalez Kriegel Date: Sat, 3 Aug 2013 16:24:18 -0300 Subject: [PATCH] Bug 9519: DBRev 3.10.09.001 Update database number Signed-off-by: Bernardo Gonzalez Kriegel --- 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 16be0807ca..31db4a0be0 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6303,7 +6303,7 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.10.09.XXX"; +$DBversion = "3.10.09.001"; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("UPDATE language_rfc4646_to_iso639 SET iso639_2_code='ita' WHERE rfc4646_subtag='it'"); print "Upgrade to $DBversion done (Bug 9519: Wrong language code for Italian in the advanced search language limitations)\n"; diff --git a/kohaversion.pl b/kohaversion.pl index b0ba761fec..d9d7f6c5d8 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.10.09.000'; + our $VERSION = '3.10.09.001'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5