summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parent56cc4d570fc2ee79d6e1663f32989626c767abba (diff)
downloadtktreectrl-d040039d146ddfac8eae2cd5a1edc89dfb65f83e.zip
tktreectrl-d040039d146ddfac8eae2cd5a1edc89dfb65f83e.tar.gz
tktreectrl-d040039d146ddfac8eae2cd5a1edc89dfb65f83e.tar.bz2
Update version to 2.2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
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])