summaryrefslogtreecommitdiffstats
path: root/unix
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
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')
-rw-r--r--unix/README6
-rw-r--r--unix/configure.in8
2 files changed, 7 insertions, 7 deletions
diff --git a/unix/README b/unix/README
index 862a7de..1be100e 100644
--- a/unix/README
+++ b/unix/README
@@ -18,7 +18,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.7 1999/07/22 21:50:56 redman Exp $
+RCS: @(#) $Id: README,v 1.8 1999/10/05 22:46:40 hobbs Exp $
How To Compile And Install Tcl:
-------------------------------
@@ -93,9 +93,9 @@ How To Compile And Install Tcl:
Tcl then you'll first need to set your TCL_LIBRARY variable to
hold the full path name of the "library" subdirectory. Note that
the installed versions of tclsh, libtcl.a, and libtcl.so have a
- version number in their names, such as "tclsh8.2" or "libtcl8.2.so";
+ version number in their names, such as "tclsh8.3" or "libtcl8.3.so";
to use the installed versions, either specify the version number
- or create a symbolic link (e.g. from "tclsh" to "tclsh8.2").
+ or create a symbolic link (e.g. from "tclsh" to "tclsh8.3").
If you have trouble compiling Tcl, check out the following Web URL:
http://www.scriptics.com/software/install.html#Database
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}
#------------------------------------------------------------------------