summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:29:45 (GMT)
committerwelch <welch>1999-06-25 23:29:45 (GMT)
commitc73acda883542082356bf5e1dbf9df119d05901d (patch)
tree6f6aa65daa6f22d3dd43aa3dac731c73ed38c956 /unix/configure.in
parentff48e1814f89eb1a5ab54dd9b52bd308d0e40262 (diff)
downloadtcl-c73acda883542082356bf5e1dbf9df119d05901d.zip
tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.gz
tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.bz2
Changed to Tcl 8.2b1
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/unix/configure.in b/unix/configure.in
index cbae139..2ccfa20 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,13 +2,12 @@ dnl This file is an input file used by the GNU "autoconf" program to
dnl generate the file "configure", which is run during Tcl installation
dnl to configure the system for the local environment.
AC_INIT(../generic/tcl.h)
-# RCS: @(#) $Id: configure.in,v 1.43 1999/06/16 22:36:24 surles Exp $
+# RCS: @(#) $Id: configure.in,v 1.44 1999/06/25 23:29:54 welch Exp $
-TCL_VERSION=8.1
+TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
-TCL_MINOR_VERSION=1
-# The patch level should be blank for all patch releases (i.e. non-alpha/beta)
-TCL_PATCH_LEVEL=
+TCL_MINOR_VERSION=2
+TCL_PATCH_LEVEL="b1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------