diff options
author | welch <welch> | 1998-07-20 17:04:24 (GMT) |
---|---|---|
committer | welch <welch> | 1998-07-20 17:04:24 (GMT) |
commit | 94d60cbd6ca4bbe99c6e68c0b8e566b429df50e5 (patch) | |
tree | 1f2aae688e0c19dd37676eaf6694e29cf94ccd43 | |
parent | 3af1d69a5cdb30323a5972000732bfec6a3e1fec (diff) | |
download | tk-94d60cbd6ca4bbe99c6e68c0b8e566b429df50e5.zip tk-94d60cbd6ca4bbe99c6e68c0b8e566b429df50e5.tar.gz tk-94d60cbd6ca4bbe99c6e68c0b8e566b429df50e5.tar.bz2 |
8.0.3-3
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | generic/tk.h | 2 | ||||
-rw-r--r-- | unix/configure.in | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 |