summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-01-14 00:20:41 (GMT)
committerhobbs <hobbs>2000-01-14 00:20:41 (GMT)
commit72978d2b3dc58e62e08e27987a2ad2fbe01e04d9 (patch)
treedbe0df1c497755c5df751fdc99d8dedea1de6370 /unix/configure.in
parentf520391c233a4fcac105ac39af630bca88524cd0 (diff)
downloadtcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.zip
tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.tar.gz
tcl-72978d2b3dc58e62e08e27987a2ad2fbe01e04d9.tar.bz2
* README:core_8_3_b2
* generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.m4: * win/README.binary: * win/configure.in: updated to patchlevel 8.3b2
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure.in b/unix/configure.in
index fd0e84e..92f203b 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.53 2000/01/12 11:13:55 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.54 2000/01/14 00:20:51 hobbs Exp $
TCL_VERSION=8.3
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=3
-TCL_PATCH_LEVEL="b1"
+TCL_PATCH_LEVEL="b2"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------