summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--generic/tk.h2
-rw-r--r--unix/configure.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 96c2f55..3653fa8 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
The Tk Toolkit
-SCCS: %Z% $Id: README,v 1.4 1998/07/06 23:05:21 welch Exp $
+SCCS: %Z% $Id: README,v 1.5 1998/07/20 17:04:41 welch Exp $
0. Preface
----------
-This is a pre-release of 8.0.3, tk_patchLevel "8.0.3-2"
+This is a pre-release of 8.0.3, tk_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/tk.h b/generic/tk.h
index 8a2f5c9..8099d7c 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -44,7 +44,7 @@
#define TK_RELEASE_SERIAL 3
#define TK_VERSION "8.0"
-#define TK_PATCH_LEVEL "8.0.3-2"
+#define TK_PATCH_LEVEL "8.0.3-3"
/*
* A special definition used to allow this header file to be included
diff --git a/unix/configure.in b/unix/configure.in
index 39f39c2..f861c13 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -7,7 +7,7 @@ AC_INIT(../generic/tk.h)
TK_VERSION=8.0
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=0
-TK_PATCH_LEVEL=".3-2"
+TK_PATCH_LEVEL=".3-3"
VERSION=${TK_VERSION}
if test "${prefix}" = "NONE"; then