summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-10-05 22:46:35 (GMT)
committerhobbs <hobbs@noemail.net>1999-10-05 22:46:35 (GMT)
commit2eddd47a86c7f55b8590f73240ca62d137c791b6 (patch)
tree62be7fbf694eb1d74d7ba94b44ee6f9fc954cfcd /unix/configure.in
parent84be12c78694941710bb8d8610ac6d6dda72497f (diff)
downloadtcl-2eddd47a86c7f55b8590f73240ca62d137c791b6.zip
tcl-2eddd47a86c7f55b8590f73240ca62d137c791b6.tar.gz
tcl-2eddd47a86c7f55b8590f73240ca62d137c791b6.tar.bz2
* {win,mac,unix,tools,}/README:
* win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0. FossilOrigin-Name: 8424f29d2e772235e5e24d59934067bd52e9e72e
Diffstat (limited to 'unix/configure.in')
-rw-r--r--unix/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.in b/unix/configure.in
index 0238399..316b9f8 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.49 1999/09/01 00:38:18 wart Exp $
+# RCS: @(#) $Id: configure.in,v 1.50 1999/10/05 22:46:40 hobbs Exp $
-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"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------