diff options
author | hobbs <hobbs> | 2004-03-02 00:42:50 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-03-02 00:42:50 (GMT) |
commit | 7740b0e06748d320d01e78ed1b37b6af57303ed2 (patch) | |
tree | 68c108463cd5e0b8113340ffdae98410b1bc9639 /generic | |
parent | 1b3cdd9ffdb36d92789700c4ebfea3dd2af15613 (diff) | |
download | tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.zip tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.gz tcl-7740b0e06748d320d01e78ed1b37b6af57303ed2.tar.bz2 |
update patchlevel to 8.5a1
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 e53fcf0..307d5fd 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.171 2004/02/24 22:58:45 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.172 2004/03/02 00:42:50 hobbs Exp $ */ #ifndef _TCL @@ -58,10 +58,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TCL_RELEASE_SERIAL 0 +#define TCL_RELEASE_SERIAL 1 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5a0" +#define TCL_PATCH_LEVEL "8.5a1" /* * The following definitions set up the proper options for Windows |