diff options
| author | dgp@users.sourceforge.net <dgp> | 2004-03-26 19:47:27 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2004-03-26 19:47:27 (GMT) |
| commit | fd56f66372270b0dcc27fec06b7e3c71b28e7ab2 (patch) | |
| tree | 30d975a805906db9ec79402bcd4f6db55114edf9 /generic/tcl.h | |
| parent | 3e425c4d818a11cb5c5071524ce8ce3164da967c (diff) | |
| download | tcl-fd56f66372270b0dcc27fec06b7e3c71b28e7ab2.zip tcl-fd56f66372270b0dcc27fec06b7e3c71b28e7ab2.tar.gz tcl-fd56f66372270b0dcc27fec06b7e3c71b28e7ab2.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 |
