diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-02 17:46:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-02 17:46:48 (GMT) |
commit | 69718fd058c2a079624553c560274baf65b9d923 (patch) | |
tree | bb4c6b4c391d90b5d3c78cb76a58b73ccd62f19d /generic/tcl.h | |
parent | 0d734ceb2fa06b20c91f1f2451ba58c75b17a9cb (diff) | |
download | tcl-69718fd058c2a079624553c560274baf65b9d923.zip tcl-69718fd058c2a079624553c560274baf65b9d923.tar.gz tcl-69718fd058c2a079624553c560274baf65b9d923.tar.bz2 |
* README: Bump version number to 8.4.17
* 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/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 5d0dbab..bbe6515 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.31 2007/05/30 14:05:18 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.153.2.32 2007/10/02 17:46:50 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 16 +#define TCL_RELEASE_SERIAL 17 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4.16" +#define TCL_PATCH_LEVEL "8.4.17" /* * The following definitions set up the proper options for Windows |