From a291c5a2ca2c79b16c92b614d98ca1303089cfa9 Mon Sep 17 00:00:00 2001 From: welch Date: Mon, 6 Jul 1998 15:09:10 +0000 Subject: updated patchlevel --- README | 7 ++++--- generic/tk.h | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index 6a075a2..56008cb 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ The Tk Toolkit -SCCS: %Z% $Id: README,v 1.2 1998/06/29 23:03:54 welch Exp $ +SCCS: %Z% $Id: README,v 1.3 1998/07/06 15:09:10 welch Exp $ 0. Preface ---------- -This is a pre-release of 8.0.3, tk_patchLevel "8.0.3-1" +This is a pre-release of 8.0.3, tk_patchLevel "8.0.3-2" 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 @@ -120,7 +120,8 @@ Before trying to compile Tk you should do the following things: applied to Tk 8.0p1 to produce Tk 8.0p2, and so on. To apply an uncompressed patch file such as tk8.0p1.patch, invoke a shell command like the following from the directory containing this - file: + file (you may need to replace "patch -p" with "patch -p0" + depending on your version of the patch program): patch -p < tk8.0p1.patch If the patch file has a .gz extension, it was compressed with gzip. To apply it, invoke a command like the following: diff --git a/generic/tk.h b/generic/tk.h index c02d0c3..8a2f5c9 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -21,6 +21,7 @@ * When version numbers change here, you must also go into the following files * and update the version numbers: * + * README * unix/configure.in * win/makefile.bc * win/makefile.vc @@ -43,7 +44,7 @@ #define TK_RELEASE_SERIAL 3 #define TK_VERSION "8.0" -#define TK_PATCH_LEVEL "8.0.3" +#define TK_PATCH_LEVEL "8.0.3-2" /* * A special definition used to allow this header file to be included -- cgit v0.12