diff options
author | Tobias Quathamer <toddy@debian.org> | 2013-08-01 15:06:10 +0200 |
---|---|---|
committer | Tobias Quathamer <toddy@debian.org> | 2013-08-01 15:06:10 +0200 |
commit | 5bb2df8dae0d990e23eed632e456ba0d28c548f1 (patch) | |
tree | 7ba426ba647ee050f95459d47fcbeb046e779568 | |
parent | 161a0fbf06589058edc2e436df33bb23a0ab3f1f (diff) | |
download | iso-codes-5bb2df8dae0d990e23eed632e456ba0d28c548f1.tar.gz |
Prepare release 3.45
-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.45 -------------- -UNRELEASED +Tobias Quathamer <toddy@debian.org> +Thu, 1 Aug 2013 [ ISO 3166 ] * Update ISO-3166 after publication of ISO-3166 maintenance agency @@ -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.44. +# Generated by GNU Autoconf 2.69 for iso-codes 3.45. # # # 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.44' -PACKAGE_STRING='iso-codes 3.44' +PACKAGE_VERSION='3.45' +PACKAGE_STRING='iso-codes 3.45' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1201,7 +1201,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.44 to adapt to many kinds of systems. +\`configure' configures iso-codes 3.45 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1267,7 +1267,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of iso-codes 3.44:";; + short | recursive ) echo "Configuration of iso-codes 3.45:";; esac cat <<\_ACEOF @@ -1341,7 +1341,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -iso-codes configure 3.44 +iso-codes configure 3.45 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1358,7 +1358,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.44, which was +It was created by iso-codes $as_me 3.45, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2174,7 +2174,7 @@ fi # Define the identity of the package. PACKAGE='iso-codes' - VERSION='3.44' + VERSION='3.45' cat >>confdefs.h <<_ACEOF @@ -2959,7 +2959,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.44, which was +This file was extended by iso-codes $as_me 3.45, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3012,7 +3012,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.44 +iso-codes config.status 3.45 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 0fb654fa..658ff388 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.44]) +AC_INIT([iso-codes],[3.45]) AM_INIT_AUTOMAKE([dist-xz no-dist-gzip foreign]) AM_MAINTAINER_MODE |