diff options
author | dgp <dgp@users.sourceforge.net> | 2015-10-23 14:30:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2015-10-23 14:30:40 (GMT) |
commit | 8ce51a07b8d38dd87747125c886b78d9960f9fe8 (patch) | |
tree | b73b9401062024257cd42aa3034e00c36bf38177 /generic | |
parent | ca7c0960d7638677ec58d01f6229fda1c9e310a4 (diff) | |
download | tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.zip tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.tar.gz tcl-8ce51a07b8d38dd87747125c886b78d9960f9fe8.tar.bz2 |
Bump to release number 8.5.19
Diffstat (limited to 'generic')
-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 464f205..4fb5bb2 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 18 +#define TCL_RELEASE_SERIAL 19 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5.18" +#define TCL_PATCH_LEVEL "8.5.19" /* * The following definitions set up the proper options for Windows compilers. |