summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-09-27 18:04:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-09-27 18:04:11 (GMT)
commitb88c3948b8dbe1eb1c7d5dc6b628476564adab26 (patch)
tree7183151fb78cbf7a25e8c682ae72c61e49fc6071 /unix/configure.in
parent694831955b977c69e90746e85d0333a91b97d6f3 (diff)
downloadtcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.zip
tcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.tar.gz
tcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.tar.bz2
* README: Bumped to version 8.4.1 to avoid confusion
* generic/tcl.h: of CVS snapshots with the actual 8.4.0 * tools/tcl.wse.in: release. * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf * win/configure:
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 1b75d0f..79eb60a 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.102 2002/09/02 20:11:05 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.103 2002/09/27 18:04:13 dgp 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=".0"
+TCL_PATCH_LEVEL=".1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------