From d890977603d9db597025bbec9b419341def7c720 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sun, 7 Apr 2013 13:48:46 -0400 Subject: [PATCH] Bug 9381: Increment version number Database update for bug 9381 has been given version 3.11.00.202 --- 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 8ff1d88cc3..7c97a5164e 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -6758,7 +6758,7 @@ if ( CheckVersion($DBversion) ) { SetVersion($DBversion); } -$DBversion = "3.11.00.XXX"; +$DBversion = "3.11.00.202"; if ( CheckVersion($DBversion) ) { $dbh->do("INSERT INTO language_subtag_registry( subtag, type, description, added) VALUES ( 'ca', 'language', 'Catalan','2013-01-12' )"); $dbh->do("INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) VALUES( 'ca','cat')"); diff --git a/kohaversion.pl b/kohaversion.pl index 3372b8d387..9d1e623eca 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.201'; + our $VERSION = '3.11.00.202'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.20.1