diff options
author | dgp <dgp@users.sourceforge.net> | 2010-08-04 17:02:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-08-04 17:02:39 (GMT) |
commit | 8bbcdf546cc3ea6f38bace636bcaa932aa381fa8 (patch) | |
tree | 3ea05dd7287f133029c849b7c97389aecb448658 /generic | |
parent | 306e3ea3e928c4b6fbe2bc37ad685d182b2a059e (diff) | |
download | tcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.zip tcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.tar.gz tcl-8bbcdf546cc3ea6f38bace636bcaa932aa381fa8.tar.bz2 |
* generic/tcl.h: Bump to 8.5.9 for release.
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
* changes: Update for 8.5.9 release.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index a38b9e7..33926f2 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.254.2.15 2010/07/17 07:42:46 nijtmans Exp $ + * RCS: @(#) $Id: tcl.h,v 1.254.2.16 2010/08/04 17:02:39 dgp Exp $ */ #ifndef _TCL @@ -60,10 +60,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 8 +#define TCL_RELEASE_SERIAL 9 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5.8" +#define TCL_PATCH_LEVEL "8.5.9" /* * The following definitions set up the proper options for Windows compilers. |