diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 14:03:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-06-07 14:03:37 (GMT) |
commit | 75e6a3beeb39aae93e43a78e9fee71e540038588 (patch) | |
tree | ace31d0238ae89c9a9d20b051e5f8a4b69a079f2 /generic/tcl.h | |
parent | 665306595a3bc3b92d851d4df40e62875e0442e4 (diff) | |
download | tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.zip tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.tar.gz tcl-75e6a3beeb39aae93e43a78e9fee71e540038588.tar.bz2 |
Bump patchlevel to a4
Diffstat (limited to 'generic/tcl.h')
-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 ffbb166..5bfd72b 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.199 2005/06/06 23:45:42 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.200 2005/06/07 14:03:49 dkf Exp $ */ #ifndef _TCL @@ -57,10 +57,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TCL_RELEASE_SERIAL 3 +#define TCL_RELEASE_SERIAL 4 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5a3" +#define TCL_PATCH_LEVEL "8.5a4" /* * The following definitions set up the proper options for Windows |