diff options
author | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:19:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-03-03 19:19:29 (GMT) |
commit | 2fd9fcf08d73f688888ef8784be0c5493b80d818 (patch) | |
tree | 9406a394d30d22c961a09ad039a8d5450172a4ed /generic | |
parent | 9d05857f2e1878b20cc6aa7cd5c87ed5c55aeea5 (diff) | |
download | tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.zip tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.tar.gz tk-2fd9fcf08d73f688888ef8784be0c5493b80d818.tar.bz2 |
Bump trunk to 8.7a0 to accept new feature development.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/generic/tk.h b/generic/tk.h index 75d82ba..6abb05e 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -18,7 +18,7 @@ #include <tcl.h> #if (TCL_MAJOR_VERSION != 8) || (TCL_MINOR_VERSION < 6) -# error Tk 8.6 must be compiled with tcl.h from Tcl 8.6 or better +# error Tk 8.7 must be compiled with tcl.h from Tcl 8.6 or better #endif #ifndef CONST84 @@ -73,12 +73,12 @@ extern "C" { */ #define TK_MAJOR_VERSION 8 -#define TK_MINOR_VERSION 6 -#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 5 +#define TK_MINOR_VERSION 7 +#define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE +#define TK_RELEASE_SERIAL 0 -#define TK_VERSION "8.6" -#define TK_PATCH_LEVEL "8.6.5" +#define TK_VERSION "8.7" +#define TK_PATCH_LEVEL "8.7a0" /* * A special definition used to allow this header file to be included from |