summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-05-27 18:51:03 (GMT)
committerhobbs <hobbs>2005-05-27 18:51:03 (GMT)
commit71b7a083e1bc15a4781e943883921eaa1440a346 (patch)
treebaceb9f34177c1537e66f44ca6ffe0adca5c43fa /unix/configure.in
parent57ee6386d1f294a81696dd756f6650c50201d918 (diff)
downloadtcl-71b7a083e1bc15a4781e943883921eaa1440a346.zip
tcl-71b7a083e1bc15a4781e943883921eaa1440a346.tar.gz
tcl-71b7a083e1bc15a4781e943883921eaa1440a346.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:
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}
#------------------------------------------------------------------------