From d4f6eef1b2c34f25336e6d2607fa2c3074c982c1 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 16 Jul 2013 10:50:23 -0300 Subject: [PATCH] Bug 9519: DBRev 3.12.01.002 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sponsored-by: Universidad Nacional de Córdoba Signed-off-by: Tomas Cohen Arazi --- 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 f4d78f4895..2a3a8f591c 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6878,7 +6878,7 @@ CREATE TABLE IF NOT EXISTS borrower_files ( SetVersion($DBversion); } -$DBversion = "3.12.00.XXX"; +$DBversion = "3.12.01.002"; 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 f08f56659a..83ecab8d28 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.12.01.001'; + our $VERSION = '3.12.01.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5