diff options
author | dgp <dgp@users.sourceforge.net> | 2017-12-06 15:27:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-12-06 15:27:28 (GMT) |
commit | 3aab0c568ba1c8c0e1663fab50043b5ccaad90b7 (patch) | |
tree | 4f59354c9fabf8626bf8cb80c83738f34d29f3c4 /generic | |
parent | 07aa7381a974c339325fff3c7ab509c73d1fd2e2 (diff) | |
download | tcl-3aab0c568ba1c8c0e1663fab50043b5ccaad90b7.zip tcl-3aab0c568ba1c8c0e1663fab50043b5ccaad90b7.tar.gz tcl-3aab0c568ba1c8c0e1663fab50043b5ccaad90b7.tar.bz2 |
Start RC branch for Tcl 8.6.8
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 a35dd5d..b43b2d7 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -55,10 +55,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 6 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 7 +#define TCL_RELEASE_SERIAL 8 #define TCL_VERSION "8.6" -#define TCL_PATCH_LEVEL "8.6.7" +#define TCL_PATCH_LEVEL "8.6.8" /* *---------------------------------------------------------------------------- |