diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-28 16:08:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-28 16:08:24 (GMT) |
commit | 0518a588f5a633d1d571201f456c5a4c368bded6 (patch) | |
tree | 42d7dd9fc5d98db8d423788cf5136f4aceb6652f /generic/tcl.h | |
parent | a673f18a1b9d99e936e8fd534c8c068a245a2ca4 (diff) | |
download | tcl-0518a588f5a633d1d571201f456c5a4c368bded6.zip tcl-0518a588f5a633d1d571201f456c5a4c368bded6.tar.gz tcl-0518a588f5a633d1d571201f456c5a4c368bded6.tar.bz2 |
* generic/tcl.h: Bump version number to 8.5.5b1 to distinguish
* library/init.tcl: CVS development snapshots from the 8.5.4 and
* unix/configure.in: 8.5.5 releases.
* unix/tcl.spec:
* win/configure.in:
* tools/tcl.wse.in:
* README
* unix/configure: autoconf (2.59)
* 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 a94185e..070f455 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.254.2.4 2008/08/08 15:22:27 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.254.2.5 2008/08/28 16:08:29 dgp Exp $ */ #ifndef _TCL @@ -60,10 +60,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 4 +#define TCL_RELEASE_SERIAL 5 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5.4" +#define TCL_PATCH_LEVEL "8.5.5b1" /* * The following definitions set up the proper options for Windows compilers. |