diff options
author | Tobias Quathamer <toddy@debian.org> | 2014-09-01 17:25:55 +0200 |
---|---|---|
committer | Tobias Quathamer <toddy@debian.org> | 2014-09-01 17:25:55 +0200 |
commit | f8303b3ef5ebc89adcb729253bd787283d81f9df (patch) | |
tree | 2879ce0c6b9ddccb3c96a4b8169afc1807f73a44 | |
parent | 0c7d5aa23f707209812790bdbefa67543c873531 (diff) | |
download | iso-codes-f8303b3ef5ebc89adcb729253bd787283d81f9df.tar.gz |
Prepare release 3.56iso-codes-3.56
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 20 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 14 insertions, 12 deletions
@@ -1,5 +1,7 @@ -iso-codes 3.XX +iso-codes 3.56 -------------- +Tobias Quathamer <toddy@debian.org> +Mon, 1 Sep 2014 [ ISO 3166-2 translations ] * Polish by Jakub Bogusz (TP) @@ -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.55. +# Generated by GNU Autoconf 2.69 for iso-codes 3.56. # # # 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.55' -PACKAGE_STRING='iso-codes 3.55' +PACKAGE_VERSION='3.56' +PACKAGE_STRING='iso-codes 3.56' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1207,7 +1207,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.55 to adapt to many kinds of systems. +\`configure' configures iso-codes 3.56 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1273,7 +1273,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of iso-codes 3.55:";; + short | recursive ) echo "Configuration of iso-codes 3.56:";; esac cat <<\_ACEOF @@ -1350,7 +1350,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -iso-codes configure 3.55 +iso-codes configure 3.56 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1367,7 +1367,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.55, which was +It was created by iso-codes $as_me 3.56, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2231,7 +2231,7 @@ fi # Define the identity of the package. PACKAGE='iso-codes' - VERSION='3.55' + VERSION='3.56' cat >>confdefs.h <<_ACEOF @@ -3116,7 +3116,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.55, which was +This file was extended by iso-codes $as_me 3.56, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3169,7 +3169,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.55 +iso-codes config.status 3.56 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d84bceee..0d7297e5 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl You should have received a copy of the GNU General Public License along dnl with this program; if not, write to the Free Software Foundation, Inc., dnl 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([iso-codes],[3.55]) +AC_INIT([iso-codes],[3.56]) AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign]) AM_MAINTAINER_MODE |