diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-21 20:59:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-21 20:59:01 (GMT) |
commit | e6cf33a18dc5565003147b37744ef972ca11d902 (patch) | |
tree | 5eeb47b236f1ff3487c29df0ec8f5b6e5dccd57a /generic | |
parent | 11c4e4197d065c5a7b0130450e267c81cd9acc4d (diff) | |
download | tcl-e6cf33a18dc5565003147b37744ef972ca11d902.zip tcl-e6cf33a18dc5565003147b37744ef972ca11d902.tar.gz tcl-e6cf33a18dc5565003147b37744ef972ca11d902.tar.bz2 |
* generic/tcl.h: Bump to 8.5.6 for release.core_8_5_6
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
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 970d168..033ac05 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.7 2008/10/23 16:27:24 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.254.2.8 2008/12/21 20:59:01 dgp Exp $ */ #ifndef _TCL @@ -63,7 +63,7 @@ extern "C" { #define TCL_RELEASE_SERIAL 6 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5.6b1" +#define TCL_PATCH_LEVEL "8.5.6" /* * The following definitions set up the proper options for Windows compilers. |