summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Quathamer <toddy@debian.org>2009-06-26 10:11:32 +0200
committerTobias Quathamer <toddy@debian.org>2009-06-26 10:11:32 +0200
commitdd1ad3365a34cf5362e4e9fd7e82154867ebb046 (patch)
tree7e31283b510b8ef7089cdf962b465fb13f13a473
parent96d052da0f5af5a4f629ba63b77522988f6e55e7 (diff)
downloadiso-codes-dd1ad3365a34cf5362e4e9fd7e82154867ebb046.tar.gz
Prepare release 3.10.1iso-codes-3.10.1
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b650979..b25a7d2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
-iso-codes UNRELEASED
---------------------
+iso-codes 3.10.1
+----------------
+Tobias Quathamer <toddy@debian.org>
+Fri, 26 June 2009
[ ISO 3166 translations ]
* Simplified Chinese by LI Daobing (TP)
diff --git a/configure b/configure
index 2cdac10b..1212b018 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for iso-codes 3.10.
+# Generated by GNU Autoconf 2.63 for iso-codes 3.10.1.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='iso-codes'
PACKAGE_TARNAME='iso-codes'
-PACKAGE_VERSION='3.10'
-PACKAGE_STRING='iso-codes 3.10'
+PACKAGE_VERSION='3.10.1'
+PACKAGE_STRING='iso-codes 3.10.1'
PACKAGE_BUGREPORT=''
ac_subst_vars='LTLIBOBJS
@@ -1228,7 +1228,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.10 to adapt to many kinds of systems.
+\`configure' configures iso-codes 3.10.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1294,7 +1294,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of iso-codes 3.10:";;
+ short | recursive ) echo "Configuration of iso-codes 3.10.1:";;
esac
cat <<\_ACEOF
@@ -1367,7 +1367,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-iso-codes configure 3.10
+iso-codes configure 3.10.1
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1381,7 +1381,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.10, which was
+It was created by iso-codes $as_me 3.10.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2098,7 +2098,7 @@ fi
# Define the identity of the package.
PACKAGE='iso-codes'
- VERSION='3.10'
+ VERSION='3.10.1'
cat >>confdefs.h <<_ACEOF
@@ -2951,7 +2951,7 @@ exec 6>&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.10, which was
+This file was extended by iso-codes $as_me 3.10.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3001,7 +3001,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-iso-codes config.status 3.10
+iso-codes config.status 3.10.1
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 4d6f5618..7117a63a 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.10])
+AC_INIT([iso-codes],[3.10.1])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE