tk.h | tk.h | |||
---|---|---|---|---|
skipping to change at line 78 | skipping to change at line 78 | |||
* unix/tk.spec (1 LOC patch) | * unix/tk.spec (1 LOC patch) | |||
* win/tcl.m4 (not patchlevel) | * win/tcl.m4 (not patchlevel) | |||
* | * | |||
* You may also need to update some of these files when the numbers change for | * You may also need to update some of these files when the numbers change for | |||
* the version of Tcl that this release of Tk is compiled against. | * the version of Tcl that this release of Tk is compiled against. | |||
*/ | */ | |||
#define TK_MAJOR_VERSION 8 | #define TK_MAJOR_VERSION 8 | |||
#define TK_MINOR_VERSION 6 | #define TK_MINOR_VERSION 6 | |||
#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE | #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE | |||
#define TK_RELEASE_SERIAL 2 | #define TK_RELEASE_SERIAL 3 | |||
#define TK_VERSION "8.6" | #define TK_VERSION "8.6" | |||
#define TK_PATCH_LEVEL "8.6.2" | #define TK_PATCH_LEVEL "8.6.3" | |||
/* | /* | |||
* A special definition used to allow this header file to be included from | * A special definition used to allow this header file to be included from | |||
* windows or mac resource files so that they can obtain version informatio n. | * windows or mac resource files so that they can obtain version informatio n. | |||
* RC_INVOKED is defined by default by the windows RC tool and manually set | * RC_INVOKED is defined by default by the windows RC tool and manually set | |||
* for macintosh. | * for macintosh. | |||
* | * | |||
* Resource compilers don't like all the C stuff, like typedefs and procedu re | * Resource compilers don't like all the C stuff, like typedefs and procedu re | |||
* declarations, that occur below, so block them out. | * declarations, that occur below, so block them out. | |||
*/ | */ | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||