diff options
author | Dr. Tobias Quathamer <toddy@debian.org> | 2017-04-25 22:02:08 +0200 |
---|---|---|
committer | Dr. Tobias Quathamer <toddy@debian.org> | 2017-04-25 22:02:08 +0200 |
commit | a37f8c303d96cefcda4cac6f1e7311be8eaa64a3 (patch) | |
tree | 2c63d4b6faae886ad91d1f2fe35df95db099c950 | |
parent | b357dd6e30cc6fb6c6284dcad81eca586a970990 (diff) | |
download | iso-codes-3.75.tar.gz |
Prepare release 3.75iso-codes-3.75
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 13 insertions, 12 deletions
@@ -1,6 +1,7 @@ iso-codes 3.75 -------------- -UNRELEASED +Dr. Tobias Quathamer <toddy@debian.org> +Tue, 25 Apr 2017 [ ISO 3166-1 ] * Add 'Vietnam' as common name @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for iso-codes 3.74. +# Generated by GNU Autoconf 2.69 for iso-codes 3.75. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='iso-codes' PACKAGE_TARNAME='iso-codes' -PACKAGE_VERSION='3.74' -PACKAGE_STRING='iso-codes 3.74' +PACKAGE_VERSION='3.75' +PACKAGE_STRING='iso-codes 3.75' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1219,7 +1219,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures iso-codes 3.74 to adapt to many kinds of systems. +\`configure' configures iso-codes 3.75 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1286,7 +1286,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of iso-codes 3.74:";; + short | recursive ) echo "Configuration of iso-codes 3.75:";; esac cat <<\_ACEOF @@ -1363,7 +1363,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -iso-codes configure 3.74 +iso-codes configure 3.75 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1380,7 +1380,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by iso-codes $as_me 3.74, which was +It was created by iso-codes $as_me 3.75, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2244,7 +2244,7 @@ fi # Define the identity of the package. PACKAGE='iso-codes' - VERSION='3.74' + VERSION='3.75' cat >>confdefs.h <<_ACEOF @@ -3147,7 +3147,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by iso-codes $as_me 3.74, which was +This file was extended by iso-codes $as_me 3.75, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3200,7 +3200,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -iso-codes config.status 3.74 +iso-codes config.status 3.75 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 72cd539e..b2019528 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([iso-codes],[3.74]) +AC_INIT([iso-codes],[3.75]) AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign]) AM_MAINTAINER_MODE |