aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2007-03-06 10:30:42 +0000
committerlecoanet2007-03-06 10:30:42 +0000
commit1b790233a3882fd6b8f82d6964e1352971d05d8e (patch)
tree40c46d26a69762cc30d328a626d17ef0279331e6
parentcb57a766b3d6b29a53b123b30d4e1216a3657388 (diff)
downloadtkzinc-1b790233a3882fd6b8f82d6964e1352971d05d8e.zip
tkzinc-1b790233a3882fd6b8f82d6964e1352971d05d8e.tar.gz
tkzinc-1b790233a3882fd6b8f82d6964e1352971d05d8e.tar.bz2
tkzinc-1b790233a3882fd6b8f82d6964e1352971d05d8e.tar.xz
Bump the version number
-rwxr-xr-xconfigure18
-rw-r--r--configure.in4
2 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index 3e50fd6..974b0e7 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.59 for Tkzinc 3.3.4.
+# Generated by GNU Autoconf 2.59 for Tkzinc 3.3.5.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
@@ -267,8 +267,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='Tkzinc'
PACKAGE_TARNAME='tkzinc'
-PACKAGE_VERSION='3.3.4'
-PACKAGE_STRING='Tkzinc 3.3.4'
+PACKAGE_VERSION='3.3.5'
+PACKAGE_STRING='Tkzinc 3.3.5'
PACKAGE_BUGREPORT=''
# Factoring default headers for most tests.
@@ -777,7 +777,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 Tkzinc 3.3.4 to adapt to many kinds of systems.
+\`configure' configures Tkzinc 3.3.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -838,7 +838,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Tkzinc 3.3.4:";;
+ short | recursive ) echo "Configuration of Tkzinc 3.3.5:";;
esac
cat <<\_ACEOF
@@ -975,7 +975,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-Tkzinc configure 3.3.4
+Tkzinc configure 3.3.5
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -989,7 +989,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Tkzinc $as_me 3.3.4, which was
+It was created by Tkzinc $as_me 3.3.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -11771,7 +11771,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by Tkzinc $as_me 3.3.4, which was
+This file was extended by Tkzinc $as_me 3.3.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -11826,7 +11826,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-Tkzinc config.status 3.3.4
+Tkzinc config.status 3.3.5
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.in b/configure.in
index 13458bd..4e0daa4 100644
--- a/configure.in
+++ b/configure.in
@@ -20,12 +20,12 @@ dnl $Id$
#-----------------------------------------------------------------------
MAJOR_VERSION=3
MINOR_VERSION=3
-PATCHLEVEL=4
+PATCHLEVEL=5
#-----------------------------------------------------------------------
# Check the source path of the package
#-----------------------------------------------------------------------
-AC_INIT([Tkzinc], [3.3.4])
+AC_INIT([Tkzinc], [3.3.5])
#--------------------------------------------------------------------
# Call TEA_INIT as the first TEA_ macro to set up initial vars.