summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:47:28 (GMT)
committerwelch <welch>1999-06-25 23:47:28 (GMT)
commit898d7759a0e9880ed62d1f0585863f8c9a034c8d (patch)
tree8c159f5bf15797487a51c57eac1766621e5b7591 /win/configure.in
parentf10b2cae30d97260f7b64e0f96c5d7da610dd9e7 (diff)
downloadtcl-898d7759a0e9880ed62d1f0585863f8c9a034c8d.zip
tcl-898d7759a0e9880ed62d1f0585863f8c9a034c8d.tar.gz
tcl-898d7759a0e9880ed62d1f0585863f8c9a034c8d.tar.bz2
Changed to Tcl 8.2b1
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/configure.in b/win/configure.in
index 2522caa..ee1c38a 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.8 1999/06/16 23:18:12 surles Exp $
+# RCS: @(#) $Id: configure.in,v 1.9 1999/06/25 23:47:28 welch Exp $
AC_INIT(../generic/tcl.h)
-TCL_VERSION=8.1
+TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=1
-TCL_PATCH_LEVEL=.2
+TCL_MINOR_VERSION=2
+TCL_PATCH_LEVEL=b1
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
#--------------------------------------------------------------------