summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortreectrl <treectrl>2006-11-21 19:27:31 (GMT)
committertreectrl <treectrl>2006-11-21 19:27:31 (GMT)
commitd040039d146ddfac8eae2cd5a1edc89dfb65f83e (patch)
tree883c96236d4efc6dbc8315eb9f8b7df91c1a2dc2
parent56cc4d570fc2ee79d6e1663f32989626c767abba (diff)
downloadtktreectrl-d040039d146ddfac8eae2cd5a1edc89dfb65f83e.zip
tktreectrl-d040039d146ddfac8eae2cd5a1edc89dfb65f83e.tar.gz
tktreectrl-d040039d146ddfac8eae2cd5a1edc89dfb65f83e.tar.bz2
Update version to 2.2.
-rw-r--r--configure20
-rw-r--r--configure.ac6
2 files changed, 13 insertions, 13 deletions
diff --git a/configure b/configure
index 57f4be8..469dc3c 100644
--- 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 treectrl 2.1.
+# Generated by GNU Autoconf 2.59 for treectrl 2.2.
#
# 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='treectrl'
PACKAGE_TARNAME='treectrl'
-PACKAGE_VERSION='2.1'
-PACKAGE_STRING='treectrl 2.1'
+PACKAGE_VERSION='2.2'
+PACKAGE_STRING='treectrl 2.2'
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 treectrl 2.1 to adapt to many kinds of systems.
+\`configure' configures treectrl 2.2 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 treectrl 2.1:";;
+ short | recursive ) echo "Configuration of treectrl 2.2:";;
esac
cat <<\_ACEOF
@@ -970,7 +970,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-treectrl configure 2.1
+treectrl configure 2.2
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -984,7 +984,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 treectrl $as_me 2.1, which was
+It was created by treectrl $as_me 2.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1320,7 +1320,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-PACKAGE_PATCHLEVEL=2.1.1
+PACKAGE_PATCHLEVEL=2.2
cat >>confdefs.h <<_ACEOF
#define PACKAGE_PATCHLEVEL "$PACKAGE_PATCHLEVEL"
@@ -11029,7 +11029,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by treectrl $as_me 2.1, which was
+This file was extended by treectrl $as_me 2.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -11084,7 +11084,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-treectrl config.status 2.1
+treectrl config.status 2.2
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/configure.ac b/configure.ac
index 0c20935..b711c13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.ac,v 1.18 2006/10/14 21:19:25 treectrl Exp $
+# RCS: @(#) $Id: configure.ac,v 1.19 2006/11/21 19:27:31 treectrl Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -19,8 +19,8 @@ dnl to configure the system for the local environment.
# AC_INIT(generic/tcl.h)
#-----------------------------------------------------------------------
-AC_INIT([treectrl], [2.1])
-AC_SUBST([PACKAGE_PATCHLEVEL], [2.1.1])
+AC_INIT([treectrl], [2.2])
+AC_SUBST([PACKAGE_PATCHLEVEL], [2.2])
AC_DEFINE_UNQUOTED(PACKAGE_PATCHLEVEL, "$PACKAGE_PATCHLEVEL")
TEA_INIT([3.5])