diff options
author | dgp <dgp@users.sourceforge.net> | 2005-11-16 22:05:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-11-16 22:05:26 (GMT) |
commit | bf9ba7ca8af34836442083790985ace7603a1141 (patch) | |
tree | c2167eee25c201d5de2f54260dcc5dfcd5ae420d /generic | |
parent | 3c0b36f822c3675fd06380b2c01bbd1e811bca4f (diff) | |
download | tcl-bf9ba7ca8af34836442083790985ace7603a1141.zip tcl-bf9ba7ca8af34836442083790985ace7603a1141.tar.gz tcl-bf9ba7ca8af34836442083790985ace7603a1141.tar.bz2 |
* README: Bump version number to 8.4.12
* 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 2a10fd1..51dba46 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.19 2005/06/18 19:24:16 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.153.2.20 2005/11/16 22:05:26 dgp Exp $ */ #ifndef _TCL @@ -58,10 +58,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 4 #define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TCL_RELEASE_SERIAL 11 +#define TCL_RELEASE_SERIAL 12 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4.11" +#define TCL_PATCH_LEVEL "8.4.12" /* * The following definitions set up the proper options for Windows |