summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2005-05-27 18:51:03 (GMT)
committerhobbs <hobbs@noemail.net>2005-05-27 18:51:03 (GMT)
commit9ddd9ddbb3ca1b62b7b196eaa4ce70b2f47e7f21 (patch)
treebaceb9f34177c1537e66f44ca6ffe0adca5c43fa /unix/configure.in
parentfaa3d2438738ef3972b8f355f09be7d69589d2c6 (diff)
downloadtcl-9ddd9ddbb3ca1b62b7b196eaa4ce70b2f47e7f21.zip
tcl-9ddd9ddbb3ca1b62b7b196eaa4ce70b2f47e7f21.tar.gz
tcl-9ddd9ddbb3ca1b62b7b196eaa4ce70b2f47e7f21.tar.bz2
* README: Bumped patchlevel to 8.4.10
* generic/tcl.h: * tools/tcl.wse.in: * unix/tcl.spec, unix/configure, unix/configure.in: * win/configure, win/configure.in: FossilOrigin-Name: 752a5d05219a5e094ddcd985b03817059a3bb116
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index df40574..36da8b6 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -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.in,v 1.106.2.16 2005/05/26 11:19:51 das Exp $
+# RCS: @(#) $Id: configure.in,v 1.106.2.17 2005/05/27 18:51:26 hobbs Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -11,7 +11,7 @@ AC_PREREQ(2.13)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL=".9"
+TCL_PATCH_LEVEL=".10"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------