diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-13 17:34:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-13 17:34:12 (GMT) |
commit | 1234267c928003fe9b7620f09eb38f68844b6989 (patch) | |
tree | 0fdc8296c5acee0f5a37ce1c802ff3727f30dd5b /generic/tcl.h | |
parent | 59491ce8ca3e24c6d1bc7c36f15f0b160d04f5dd (diff) | |
download | tcl-1234267c928003fe9b7620f09eb38f68844b6989.zip tcl-1234267c928003fe9b7620f09eb38f68844b6989.tar.gz tcl-1234267c928003fe9b7620f09eb38f68844b6989.tar.bz2 |
missed a bump
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 07e48c3..98cd577 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -58,7 +58,7 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 16 +#define TCL_RELEASE_SERIAL 17 #define TCL_VERSION "8.5" #define TCL_PATCH_LEVEL "8.5.17" |