diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-26 19:47:27 (GMT) |
commit | 3af957166bb1ca8c82cb61fb255ba045e34eb185 (patch) | |
tree | 30d975a805906db9ec79402bcd4f6db55114edf9 /generic/tcl.h | |
parent | 1fab20da2dcd874015e0001999807698fcc6688e (diff) | |
download | tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.zip tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.gz tcl-3af957166bb1ca8c82cb61fb255ba045e34eb185.tar.bz2 |
* README: Bumped version number to 8.5a2 to
* tools/tcl.wse.in: distinguish HEAD of CVS development
* unix/configure.in: from the recent 8.5a1 release.
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.57
* win/configure:
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 3c0c099..f549b22 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.174 2004/03/17 18:14:12 das Exp $ + * RCS: @(#) $Id: tcl.h,v 1.175 2004/03/26 19:47:28 dgp 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 1 +#define TCL_RELEASE_SERIAL 2 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5a1" +#define TCL_PATCH_LEVEL "8.5a2" /* * The following definitions set up the proper options for Windows |