summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorhobbs2 <hobbs2>2005-12-02 22:35:36 (GMT)
committerhobbs2 <hobbs2>2005-12-02 22:35:36 (GMT)
commitdfb972345d43ffac4ebd5779a9dbd35aa74a72af (patch)
treeb81d64f214d55e886858e6cead82097752b3f100 /configure.ac
parentf7721e1a276fa31e0f6443c3ba5c33607e9bc8f0 (diff)
downloadtktreectrl-dfb972345d43ffac4ebd5779a9dbd35aa74a72af.zip
tktreectrl-dfb972345d43ffac4ebd5779a9dbd35aa74a72af.tar.gz
tktreectrl-dfb972345d43ffac4ebd5779a9dbd35aa74a72af.tar.bz2
update to TEA 3.4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 59de4e7..0c65e0d 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.12 2005/08/22 21:24:08 hobbs2 Exp $
+# RCS: @(#) $Id: configure.ac,v 1.13 2005/12/02 22:35:36 hobbs2 Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -23,7 +23,7 @@ AC_INIT([treectrl], [2.1])
AC_SUBST([PACKAGE_PATCHLEVEL], [2.1])
AC_DEFINE_UNQUOTED(PACKAGE_PATCHLEVEL, "$PACKAGE_PATCHLEVEL")
-TEA_INIT([3.2])
+TEA_INIT([3.4])
AC_CONFIG_AUX_DIR(tclconfig)