summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-10-05 22:46:36 (GMT)
committerhobbs <hobbs>1999-10-05 22:46:36 (GMT)
commit0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b (patch)
tree62be7fbf694eb1d74d7ba94b44ee6f9fc954cfcd /unix/configure.in
parentf15864c82ed41e0776fb9e0d200f7423b91ecf70 (diff)
downloadtcl-0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b.zip
tcl-0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b.tar.gz
tcl-0e113a9fa52d8d8f9c8be444d0e1a180084d6d8b.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.
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}
#------------------------------------------------------------------------