diff options
author | dgp <dgp@users.sourceforge.net> | 2008-02-04 17:29:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-02-04 17:29:09 (GMT) |
commit | 6840471c4e85cee7fa1a5255959225e8b34e941a (patch) | |
tree | 669a2dd9f06ee93ea177060395c09aa8de1dae40 /generic/tcl.h | |
parent | 21ec0b5deced0a0d7b927545d3f10eb8f0da50c4 (diff) | |
download | tcl-6840471c4e85cee7fa1a5255959225e8b34e941a.zip tcl-6840471c4e85cee7fa1a5255959225e8b34e941a.tar.gz tcl-6840471c4e85cee7fa1a5255959225e8b34e941a.tar.bz2 |
*** 8.5.1 TAGGED FOR RELEASE ***
* generic/tcl.h: Bump to 8.5.1 for release.
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'generic/tcl.h')
-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 dcf5d71..476e89e 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.248 2008/01/02 19:03:29 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.249 2008/02/04 17:29:10 dgp Exp $ */ #ifndef _TCL @@ -63,7 +63,7 @@ extern "C" { #define TCL_RELEASE_SERIAL 1 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5.1b1" +#define TCL_PATCH_LEVEL "8.5.1" /* * The following definitions set up the proper options for Windows compilers. |