summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
3 files changed, 15 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 8feb6418..f434659b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
-iso-codes trunk
----------------
-UNRELEASED
+iso-codes 3.10
+--------------
+Tobias Quathamer <toddy@debian.org>
+Mon, 1 June 2009
[ General ]
* Move directory iso_3166_2 from iso_3166 directory into
diff --git a/configure b/configure
index 31327d47..2cdac10b 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.9.
+# Generated by GNU Autoconf 2.63 for iso-codes 3.10.
#
# 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.9'
-PACKAGE_STRING='iso-codes 3.9'
+PACKAGE_VERSION='3.10'
+PACKAGE_STRING='iso-codes 3.10'
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.9 to adapt to many kinds of systems.
+\`configure' configures iso-codes 3.10 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.9:";;
+ short | recursive ) echo "Configuration of iso-codes 3.10:";;
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.9
+iso-codes configure 3.10
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.9, which was
+It was created by iso-codes $as_me 3.10, 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.9'
+ VERSION='3.10'
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.9, which was
+This file was extended by iso-codes $as_me 3.10, 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.9
+iso-codes config.status 3.10
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 324abdc8..4d6f5618 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.9])
+AC_INIT([iso-codes],[3.10])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE