summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-08-08 22:28:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-08-08 22:28:23 (GMT)
commit280f05e70aff22b0058a6bbd878e84a12d01dcad (patch)
treece3a96612249539ad6e3a8b357bccb729772cb17 /unix/configure.in
parent79f55ef4170e1f70fc91060fdedc7a80eb25996f (diff)
downloadtcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.zip
tcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.tar.gz
tcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.tar.bz2
Bumped up patchlevel to 8.4a4 to distinguish
CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938].
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 1c1d6be..0fd1951 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,12 @@ 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.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.70 2001/07/11 00:59:31 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.71 2001/08/08 22:28:24 dgp Exp $
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------