diff options
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tk.h b/generic/tk.h index c02d0c3..8a2f5c9 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -21,6 +21,7 @@ * When version numbers change here, you must also go into the following files * and update the version numbers: * + * README * unix/configure.in * win/makefile.bc * win/makefile.vc @@ -43,7 +44,7 @@ #define TK_RELEASE_SERIAL 3 #define TK_VERSION "8.0" -#define TK_PATCH_LEVEL "8.0.3" +#define TK_PATCH_LEVEL "8.0.3-2" /* * A special definition used to allow this header file to be included |