diff options
author | dgp <dgp@users.sourceforge.net> | 2017-12-06 15:48:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-12-06 15:48:04 (GMT) |
commit | 4e690e035930420c4ec634e5f9a83a0779b89d35 (patch) | |
tree | 72f97952a17f865df9c6cbe1179e60f58b411762 /generic/tk.h | |
parent | 570c8b28ab510a5244ca029530133e7ffb96e820 (diff) | |
download | tk-4e690e035930420c4ec634e5f9a83a0779b89d35.zip tk-4e690e035930420c4ec634e5f9a83a0779b89d35.tar.gz tk-4e690e035930420c4ec634e5f9a83a0779b89d35.tar.bz2 |
Start RC branch for Tk 8.6.8
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 a6e3726..87150e9 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -75,10 +75,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 6 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 7 +#define TK_RELEASE_SERIAL 8 #define TK_VERSION "8.6" -#define TK_PATCH_LEVEL "8.6.7" +#define TK_PATCH_LEVEL "8.6.8" /* * A special definition used to allow this header file to be included from |