diff options
author | dgp <dgp@users.sourceforge.net> | 2006-05-04 13:09:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-05-04 13:09:14 (GMT) |
commit | 95abd51fd7b5108b75ff09404f65795308746f50 (patch) | |
tree | b52bf6950eee3c0581d6f9371a9609bcd2aebc42 /generic/tcl.h | |
parent | b7704f4643daab2ba9d0a5a4aa3b904720ded05a (diff) | |
download | tcl-95abd51fd7b5108b75ff09404f65795308746f50.zip tcl-95abd51fd7b5108b75ff09404f65795308746f50.tar.gz tcl-95abd51fd7b5108b75ff09404f65795308746f50.tar.bz2 |
* README: Bump version number to 8.4.14
* 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 c0dae74..50a2fa3 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.22 2006/03/07 05:30:24 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.153.2.23 2006/05/04 13:09:16 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 13 +#define TCL_RELEASE_SERIAL 14 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4.13" +#define TCL_PATCH_LEVEL "8.4.14" /* * The following definitions set up the proper options for Windows |