diff options
author | dgp <dgp@users.sourceforge.net> | 2017-08-10 14:37:15 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-08-10 14:37:15 (GMT) |
commit | 6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a (patch) | |
tree | a9bb3532a6e05068de91e1b4cc41d12a25dd745a /generic/tk.h | |
parent | 864bf081eace87a71efef204dbd093ef9ef3623d (diff) | |
download | tk-6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a.zip tk-6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a.tar.gz tk-6ea197849a9bf5c3fd6b891bf20a8a3a4a4cad5a.tar.bz2 |
Release candidate branch for Tk 8.7a1.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index 1cb10e2..2106a57 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -75,10 +75,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 7 #define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TK_RELEASE_SERIAL 0 +#define TK_RELEASE_SERIAL 1 #define TK_VERSION "8.7" -#define TK_PATCH_LEVEL "8.7a0" +#define TK_PATCH_LEVEL "8.7a1" /* * A special definition used to allow this header file to be included from |