summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-05-01 01:15:13 (GMT)
committertreectrl <treectrl>2005-05-01 01:15:13 (GMT)
commitf691c46baf6436e9045e23ec60ba91847f1af869 (patch)
tree21cbb56b9ce0b241b7db12a249aa8b98a235d77d /configure.ac
parent6324a6281fa973277c094f5d54917655d58ebc61 (diff)
downloadtktreectrl-f691c46baf6436e9045e23ec60ba91847f1af869.zip
tktreectrl-f691c46baf6436e9045e23ec60ba91847f1af869.tar.gz
tktreectrl-f691c46baf6436e9045e23ec60ba91847f1af869.tar.bz2
Bump version to 1.2.
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 dde3abb..bff5b7e 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.5 2005/03/25 20:22:20 hobbs2 Exp $
+# RCS: @(#) $Id: configure.ac,v 1.6 2005/05/01 01:15:13 treectrl Exp $
#-----------------------------------------------------------------------
# Sample configure.in for Tcl Extensions.
@@ -19,7 +19,7 @@ dnl to configure the system for the local environment.
# AC_INIT(generic/tcl.h)
#-----------------------------------------------------------------------
-AC_INIT([treectrl], [1.1])
+AC_INIT([treectrl], [1.2])
TEA_INIT([3.2])