diff options
author | dgp <dgp@users.sourceforge.net> | 2008-01-23 16:49:00 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-01-23 16:49:00 (GMT) |
commit | 35f5b6c8ede06a809769f888bd729eb9b291c5c7 (patch) | |
tree | 21be67671df5aa3afad875b47f7323dd5b2ffc81 /generic/tcl.h | |
parent | c93ca3534a26772f8acc81f3432c1bc74da5c701 (diff) | |
download | tcl-35f5b6c8ede06a809769f888bd729eb9b291c5c7.zip tcl-35f5b6c8ede06a809769f888bd729eb9b291c5c7.tar.gz tcl-35f5b6c8ede06a809769f888bd729eb9b291c5c7.tar.bz2 |
Bump stabilizer branch to 8.5.1.
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 8a07897..90ef419 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.231.2.14 2008/01/23 16:42:17 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.231.2.15 2008/01/23 16:49:00 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. |