diff options
author | welch <welch> | 1998-07-20 16:54:16 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-20 16:54:16 (GMT) |
commit | 65a28929d7bb05f0725c531b7df0941e6b243faa (patch) | |
tree | a27f1b7e8417995efcab650e1ed0d7ef4fd59e6f | |
parent | 2ba4eccab73903b4ec5105c3d3927a13d20a0dac (diff) | |
download | tcl-65a28929d7bb05f0725c531b7df0941e6b243faa.zip tcl-65a28929d7bb05f0725c531b7df0941e6b243faa.tar.gz tcl-65a28929d7bb05f0725c531b7df0941e6b243faa.tar.bz2 |
8.0.3-3
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | generic/tcl.h | 4 | ||||
-rw-r--r-- | unix/configure.in | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -1,10 +1,10 @@ Tcl -SCCS: %Z% $Id: README,v 1.5 1998/07/06 22:11:44 welch Exp $ +SCCS: %Z% $Id: README,v 1.6 1998/07/20 16:55:10 welch Exp $ 0. Preface ---------- -This is a pre-release of 8.0.3, tcl_patchLevel "8.0.3-2" +This is a pre-release of 8.0.3, tcl_patchLevel "8.0.3-3" we expect the 8.0.3 release to continue to change with the adoption of more patches, etc. This release is being made early to help with the Consortium CD project. Please do not advertise or diff --git a/generic/tcl.h b/generic/tcl.h index b070e02..db9339a 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: %Z% $Id: tcl.h,v 1.10 1998/07/06 22:21:25 welch Exp $ + * SCCS: %Z% $Id: tcl.h,v 1.11 1998/07/20 16:54:16 welch Exp $ */ #ifndef _TCL @@ -41,7 +41,7 @@ #define TCL_RELEASE_SERIAL 3 #define TCL_VERSION "8.0" -#define TCL_PATCH_LEVEL "8.0.3-2" +#define TCL_PATCH_LEVEL "8.0.3-3" /* * The following definitions set up the proper options for Windows diff --git a/unix/configure.in b/unix/configure.in index 42256cf..2462617 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) -# SCCS: %Z% $Id: configure.in,v 1.6 1998/07/06 22:26:44 welch Exp $ +# SCCS: %Z% $Id: configure.in,v 1.7 1998/07/20 16:54:38 welch Exp $ TCL_VERSION=8.0 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=0 -TCL_PATCH_LEVEL=".3-2" +TCL_PATCH_LEVEL=".3-3" VERSION=${TCL_VERSION} if test "${prefix}" = "NONE"; then |