diff options
Diffstat (limited to 'generic/tk.h')
| -rw-r--r-- | generic/tk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tk.h b/generic/tk.h index c855ddf..9267cff 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -72,10 +72,10 @@ extern "C" { #endif # define TK_MINOR_VERSION 1 # define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE -# define TK_RELEASE_SERIAL 0 +# define TK_RELEASE_SERIAL 1 # define TK_VERSION "9.1" -# define TK_PATCH_LEVEL "9.1a0" +# define TK_PATCH_LEVEL "9.1a1" /* * A special definition used to allow this header file to be included from @@ -1535,7 +1535,7 @@ typedef Tcl_Size (Tk_SelectionProc) (void *clientData, Tcl_Size offset, *---------------------------------------------------------------------- */ -#include "tkDecls.h" +#include "tkDecls.h" /* IWYU pragma: export */ #undef TCL_STORAGE_CLASS #define TCL_STORAGE_CLASS DLLIMPORT |
