summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--generic/tcl.h4
-rw-r--r--unix/configure.in4
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index e4d043c..98e03b7 100644
--- a/README
+++ b/README
@@ -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