diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-05 18:38:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-05 18:38:37 (GMT) |
commit | 1e25bff359fcdb0fb43b0fa7a6e84ec85378416d (patch) | |
tree | e3a8deb388829b8c42cbbbc5c2eaae51afad4592 /generic/tcl.h | |
parent | 6687886af05bb7fff4e70ccbf3903ac3a275ab32 (diff) | |
download | tcl-1e25bff359fcdb0fb43b0fa7a6e84ec85378416d.zip tcl-1e25bff359fcdb0fb43b0fa7a6e84ec85378416d.tar.gz tcl-1e25bff359fcdb0fb43b0fa7a6e84ec85378416d.tar.bz2 |
Release branch for Tcl 8.5.13.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 29a95a8..e921ec5 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -58,10 +58,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 12 +#define TCL_RELEASE_SERIAL 13 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5.12" +#define TCL_PATCH_LEVEL "8.5.13" /* * The following definitions set up the proper options for Windows compilers. |