diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-13 08:12:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-03-13 08:12:18 (GMT) |
commit | f7d16318aae20d960e3c9a993cc28a8174359486 (patch) | |
tree | 953db70f6b7f31ec32e10cb67e6e037fa74907c7 /generic | |
parent | c4b524022a0c010fdc0d526a4297b54d77420ba4 (diff) | |
download | tk-f7d16318aae20d960e3c9a993cc28a8174359486.zip tk-f7d16318aae20d960e3c9a993cc28a8174359486.tar.gz tk-f7d16318aae20d960e3c9a993cc28a8174359486.tar.bz2 |
Fix TK_RELEASE_SERIAL value
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tk.h b/generic/tk.h index 8f03b54..5d8bd0b 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -75,7 +75,7 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 6 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 0 +#define TK_RELEASE_SERIAL 1 #define TK_VERSION "8.6" #define TK_PATCH_LEVEL "8.6.1" |