summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-02 20:10:56 (GMT)
committerhobbs <hobbs>2002-09-02 20:10:56 (GMT)
commitb532e9030fc637f2c240f82dc62d5d4c9ef7b761 (patch)
treed11d831a877e98b5c86d79f9dd504ebe6bad5aba /win
parent743cfac13a8bf0eeb9c73cdb78251211c6431c66 (diff)
downloadtcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.zip
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.gz
tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.bz2
Bumped version number to 8.4.0
Diffstat (limited to 'win')
-rw-r--r--win/README.binary4
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
3 files changed, 5 insertions, 5 deletions
diff --git a/win/README.binary b/win/README.binary
index c116280..81a1322 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,11 +1,11 @@
Tcl/Tk 8.4 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.31 2002/08/20 15:33:34 dgp Exp $
+RCS: @(#) $Id: README.binary,v 1.32 2002/09/02 20:11:06 hobbs Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.4b3 for
+This directory contains the binary distribution of Tcl/Tk 8.4.0 for
Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32
API, so that it will run under Windows NT, 95, 98 and 2000.
diff --git a/win/configure b/win/configure
index 1f60604..e1d7735 100755
--- a/win/configure
+++ b/win/configure
@@ -536,7 +536,7 @@ fi
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="b3"
+TCL_PATCH_LEVEL=".0"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.2
diff --git a/win/configure.in b/win/configure.in
index 143143a..0d6afab 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.53 2002/08/22 00:52:34 andreas_kupries Exp $
+# RCS: @(#) $Id: configure.in,v 1.54 2002/09/02 20:11:06 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="b3"
+TCL_PATCH_LEVEL=".0"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.2