diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:10:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:10:31 (GMT) |
commit | 548d5bd4026829d315d293d2fce922b155fcdf4f (patch) | |
tree | a31a2fae07e19f4c10d4981fabf5426b29a3e3b4 /generic | |
parent | 82d9d352c73e5c04dbe6d8ca0e3349dbdf5e187c (diff) | |
download | tcl-548d5bd4026829d315d293d2fce922b155fcdf4f.zip tcl-548d5bd4026829d315d293d2fce922b155fcdf4f.tar.gz tcl-548d5bd4026829d315d293d2fce922b155fcdf4f.tar.bz2 |
* README: Bump version number to 8.6a2
* generic/tcl.h:
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
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 c98cef2..1feda6f 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.263 2008/07/27 22:18:23 nijtmans Exp $ + * RCS: @(#) $Id: tcl.h,v 1.264 2008/08/12 15:10:33 dgp Exp $ */ #ifndef _TCL @@ -60,10 +60,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 6 #define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TCL_RELEASE_SERIAL 1 +#define TCL_RELEASE_SERIAL 2 #define TCL_VERSION "8.6" -#define TCL_PATCH_LEVEL "8.6a1" +#define TCL_PATCH_LEVEL "8.6a2" /* * The following definitions set up the proper options for Windows compilers. |