summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-14 00:20:41 (GMT)
committerhobbs <hobbs>2000-01-14 00:20:41 (GMT)
commit72978d2b3dc58e62e08e27987a2ad2fbe01e04d9 (patch)
treedbe0df1c497755c5df751fdc99d8dedea1de6370 /win
parentf520391c233a4fcac105ac39af630bca88524cd0 (diff)
downloadtcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.zip
tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.tar.gz
tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.tar.bz2
* README:core_8_3_b2
* generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/README.binary: * win/configure.in: updated to patchlevel 8.3b2
Diffstat (limited to 'win')
-rw-r--r--win/README.binary8
-rw-r--r--win/configure.in4
2 files changed, 6 insertions, 6 deletions
diff --git a/win/README.binary b/win/README.binary
index 023fc1b..8460a57 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,13 +1,13 @@
Tcl/Tk 8.3 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.13 1999/12/22 00:00:16 hobbs Exp $
+RCS: @(#) $Id: README.binary,v 1.14 2000/01/14 00:20:54 hobbs Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.3b1 for
+This directory contains the binary distribution of Tcl/Tk 8.3b2 for
Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32
-API, so that it will run under Windows NT, Windows 95, and Windows 98.
+API, so that it will run under Windows NT, 95, 98 and 2000.
Tcl provides a powerful platform for creating integration applications
that tie together diverse applications, protocols, devices, and
@@ -32,7 +32,7 @@ Information about new features in Tcl/Tk 8.3 can be found at
http://www.scriptics.com/software/whatsnew83.html
Detailed release notes can be found at
- http://www.scriptics.com/software/relnotes/tcl8.3b1
+ http://www.scriptics.com/software/relnotes/tcl8.3b2
Information about Tcl itself can be found at
http://www.scriptics.com/scripting/
diff --git a/win/configure.in b/win/configure.in
index fc739ea..49bfdf6 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.16 1999/12/22 00:00:16 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.17 2000/01/14 00:20:54 hobbs Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.3
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=3
-TCL_PATCH_LEVEL="b1"
+TCL_PATCH_LEVEL="b2"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
#--------------------------------------------------------------------