summaryrefslogtreecommitdiffstats
path: root/win/configure.in
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/configure.in
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/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 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
#--------------------------------------------------------------------