summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-08-08 22:28:23 (GMT)
committerdgp <dgp@noemail.net>2001-08-08 22:28:23 (GMT)
commit8e91abc8fa269776d088bceff37508614471ae50 (patch)
treece3a96612249539ad6e3a8b357bccb729772cb17 /win/configure.in
parent5528392010d92c1e10c161a6a77854a2f9c7c480 (diff)
downloadtcl-8e91abc8fa269776d088bceff37508614471ae50.zip
tcl-8e91abc8fa269776d088bceff37508614471ae50.tar.gz
tcl-8e91abc8fa269776d088bceff37508614471ae50.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]. FossilOrigin-Name: 599ec8bcb761e577362f699bf9588106e0e9861c
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in
index 833317a..cc75eca 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -2,14 +2,14 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.39 2001/07/06 02:20:31 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.40 2001/08/08 22:28:24 dgp Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
if test "${prefix}" = "NONE"; then