diff options
author | dgp <dgp@users.sourceforge.net> | 2010-04-30 21:15:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-04-30 21:15:42 (GMT) |
commit | 6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81 (patch) | |
tree | d550ea733f0201576c408c6764ed0bd66975357e /generic | |
parent | fc29863f3fe1e359b0a7727e0b8a46d7b5cef69e (diff) | |
download | tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.zip tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.gz tcl-6230a4e9d34a3ea0b2dfc9ce47f0ab34e6ed9b81.tar.bz2 |
* generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish
* library/init.tcl: CVS snapshots from earlier snapshots as well
* unix/configure.in: as the 8.6b1 and 8.6b2 releases.
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 8fd5772..9a437dc 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.305 2010/04/22 11:40:31 nijtmans Exp $ + * RCS: @(#) $Id: tcl.h,v 1.306 2010/04/30 21:15:42 dgp Exp $ */ #ifndef _TCL @@ -63,7 +63,7 @@ extern "C" { #define TCL_RELEASE_SERIAL 1 #define TCL_VERSION "8.6" -#define TCL_PATCH_LEVEL "8.6b1.1" +#define TCL_PATCH_LEVEL "8.6b1.2" /* *---------------------------------------------------------------------------- |