summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-15 02:16:27 (GMT)
committerhobbs <hobbs>2003-02-15 02:16:27 (GMT)
commitd7fea62a694860b20556f09402fa119eb3bc4cdb (patch)
tree56050b6efc70e51a2fe61c6cd8ee551a1807055e /unix/configure.in
parent4c59a759acddf715924ba214569ef07d0e78cb05 (diff)
downloadtcl-d7fea62a694860b20556f09402fa119eb3bc4cdb.zip
tcl-d7fea62a694860b20556f09402fa119eb3bc4cdb.tar.gz
tcl-d7fea62a694860b20556f09402fa119eb3bc4cdb.tar.bz2
* README: Bumped to version 8.4.2.
* generic/tcl.h: * tools/tcl.wse.in: * unix/configure: * unix/configure.in: * unix/tcl.m4: * unix/tcl.spec: * win/README.binary: * win/configure: * win/configure.in: * macosx/Tcl.pbproj/project.pbxproj:
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 659df0c..7c405f6 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.105 2002/12/13 17:45:43 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.106 2003/02/15 02:16:33 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=".1.1"
+TCL_PATCH_LEVEL=".2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------