summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
#--------------------------------------------------------------------