summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
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 a25b8a7..7c24c20 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.13 1999/08/10 23:16:27 redman Exp $
+# RCS: @(#) $Id: configure.in,v 1.14 1999/10/05 22:47:05 hobbs Exp $
AC_INIT(../generic/tcl.h)
-TCL_VERSION=8.2
+TCL_VERSION=8.3
TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=2
-TCL_PATCH_LEVEL=".0"
+TCL_MINOR_VERSION=3
+TCL_PATCH_LEVEL="a1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
#--------------------------------------------------------------------