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 | da49910ce6a108382a06d508bc4adf2706f2a758 (patch) | |
tree | c2167eee25c201d5de2f54260dcc5dfcd5ae420d /generic/tcl.h | |
parent | 7fe35799eaaeeb4b3f628ccc608297dd2d1b480b (diff) | |
download | tcl-da49910ce6a108382a06d508bc4adf2706f2a758.zip tcl-da49910ce6a108382a06d508bc4adf2706f2a758.tar.gz tcl-da49910ce6a108382a06d508bc4adf2706f2a758.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/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 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 |