summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorredman <redman>1999-08-02 21:57:23 (GMT)
committerredman <redman>1999-08-02 21:57:23 (GMT)
commit46639f655d931185a3e2280ded2c75907bd5b87f (patch)
tree7cfbec7eb378c8f71a5adc02f307f822dbfb2db0 /unix
parentd8e3995b69d5ef00da43c13d6ee3ebc4e4b10309 (diff)
downloadtcl-46639f655d931185a3e2280ded2c75907bd5b87f.zip
tcl-46639f655d931185a3e2280ded2c75907bd5b87f.tar.gz
tcl-46639f655d931185a3e2280ded2c75907bd5b87f.tar.bz2
* unix/configure.in:
* win/configure.in: Change beta level to b2.
Diffstat (limited to 'unix')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index b654eba..9cc784b 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -2,12 +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.45 1999/06/30 18:39:45 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.46 1999/08/02 21:57:27 redman Exp $
TCL_VERSION=8.2
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=2
-TCL_PATCH_LEVEL="b1"
+TCL_PATCH_LEVEL="b2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------