summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-09-06 18:50:15 (GMT)
committerhobbs <hobbs>2000-09-06 18:50:15 (GMT)
commit106238381fb5a416aca2817b156ec8f20ec6ba7d (patch)
treeba747ce3a71013a6b7e51876ef68e3bc8dc7ead5 /win/configure.in
parent6ce72edcf245c5addda66b57f63d8f1424e6279f (diff)
downloadtcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.zip
tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.tar.gz
tcl-106238381fb5a416aca2817b156ec8f20ec6ba7d.tar.bz2
* README:
* generic/tcl.h: * library/tcltest1.0/tcltest.tcl: * tools/tcl.wse.in: * tools/tcltk-man2html.tcl: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: updated patchlevel to 8.4a2
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 908163e..5173dfe 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.27 2000/08/25 05:45:09 mo Exp $
+# RCS: @(#) $Id: configure.in,v 1.28 2000/09/06 18:50:17 hobbs Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a1"
+TCL_PATCH_LEVEL="a2"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
if test "${prefix}" = "NONE"; then