diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-23 17:53:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-23 17:53:22 (GMT) |
commit | 17c30a6f1929c5d3702ba39727616c8ba5f8768d (patch) | |
tree | 24bea95f313319b9d083827e43ff3f7261bc1e4e /generic | |
parent | 0f441713057a390c4a919aad2aefcd69777e8666 (diff) | |
download | tcl-17c30a6f1929c5d3702ba39727616c8ba5f8768d.zip tcl-17c30a6f1929c5d3702ba39727616c8ba5f8768d.tar.gz tcl-17c30a6f1929c5d3702ba39727616c8ba5f8768d.tar.bz2 |
* README: Bump version number to 8.4.15
* generic/tcl.h:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf-2.13
* 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 696076b..128b83c 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.153.2.29 2006/10/05 21:24:56 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.153.2.30 2006/10/23 17:53:26 dgp Exp $ */ #ifndef _TCL @@ -59,10 +59,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 4 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 14 +#define TCL_RELEASE_SERIAL 15 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4.14" +#define TCL_PATCH_LEVEL "8.4.15" /* * The following definitions set up the proper options for Windows |