From 570209ec133a0d281c967914629fe0b2c5cf2500 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 8 Jul 2013 14:03:37 +0000 Subject: [PATCH] Bug 9519: DBRev 3.13.00.011 Signed-off-by: Galen Charlton --- 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 1ddca1f7eb..adc1e7f60e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -7029,7 +7029,7 @@ INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES ( SetVersion($DBversion); } -$DBversion = "3.13.00.XXX"; +$DBversion = "3.13.00.011"; if ( CheckVersion($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 26b47d82b7..9915301d88 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.13.00.010'; + our $VERSION = '3.13.00.011'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1