diff options
author | dgp <dgp@users.sourceforge.net> | 2014-08-27 20:34:04 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-08-27 20:34:04 (GMT) |
commit | 8b3c95a3f228ab5efd2bf8be53a492032ed5240b (patch) | |
tree | aa48a8922ceeb5182dd0a21e669fd18fa93bb9ca /generic | |
parent | 1ca69943d5e3146511079b413ad981d77c387bd0 (diff) | |
parent | 71968e0f29b83374e539b31314b21a43b7ab61b6 (diff) | |
download | tcl-8b3c95a3f228ab5efd2bf8be53a492032ed5240b.zip tcl-8b3c95a3f228ab5efd2bf8be53a492032ed5240b.tar.gz tcl-8b3c95a3f228ab5efd2bf8be53a492032ed5240b.tar.bz2 |
merge release
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 4 | ||||
-rw-r--r-- | generic/tclOO.h | 2 | ||||
-rw-r--r-- | generic/tclZlib.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index e557290..7531242 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -56,10 +56,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 6 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 1 +#define TCL_RELEASE_SERIAL 2 #define TCL_VERSION "8.6" -#define TCL_PATCH_LEVEL "8.6.1" +#define TCL_PATCH_LEVEL "8.6.2" /* *---------------------------------------------------------------------------- diff --git a/generic/tclOO.h b/generic/tclOO.h index a6e8a22..24d3e6f 100644 --- a/generic/tclOO.h +++ b/generic/tclOO.h @@ -24,7 +24,7 @@ * win/tclooConfig.sh */ -#define TCLOO_VERSION "1.0.1" +#define TCLOO_VERSION "1.0.2" #define TCLOO_PATCHLEVEL TCLOO_VERSION #include "tcl.h" diff --git a/generic/tclZlib.c b/generic/tclZlib.c index 06e18fe..956e3f9 100644 --- a/generic/tclZlib.c +++ b/generic/tclZlib.c @@ -26,7 +26,7 @@ * interface, even if that is mostly true). */ -#define TCL_ZLIB_VERSION "2.0" +#define TCL_ZLIB_VERSION "2.0.1" /* * Magic flags used with wbits fields to indicate that we're handling the gzip |