summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-28 16:24:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-28 16:24:16 (GMT)
commitabfbb5817007d6610c0cc7352f1d2efcffdda1bc (patch)
tree6071c503d95032ff82fc8a4257800fcd71dbd638 /generic/tcl.h
parentd57c4553fbc59a63d396e9226a0fb2445f6d57ab (diff)
downloadtcl-abfbb5817007d6610c0cc7352f1d2efcffdda1bc.zip
tcl-abfbb5817007d6610c0cc7352f1d2efcffdda1bc.tar.gz
tcl-abfbb5817007d6610c0cc7352f1d2efcffdda1bc.tar.bz2
* README: Bump version number to 8.6a3
* 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/tcl.h')
-rw-r--r--generic/tcl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index abde870..4e87df2 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.266 2008/08/22 18:16:44 dgp Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.267 2008/08/28 16:24:16 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 2
+#define TCL_RELEASE_SERIAL 3
#define TCL_VERSION "8.6"
-#define TCL_PATCH_LEVEL "8.6a2"
+#define TCL_PATCH_LEVEL "8.6a3"
/*
* The following definitions set up the proper options for Windows compilers.