diff options
author | dgp <dgp@users.sourceforge.net> | 2002-08-20 15:33:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-08-20 15:33:31 (GMT) |
commit | d768d45269fd4e4b6012d73d8c27390cd81c84df (patch) | |
tree | 8cc82493e4b49455533f5c68616f91ce879a8a31 /generic/tcl.h | |
parent | 7103d942718e5537c2c81195f0c0949ef529e08f (diff) | |
download | tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.zip tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.tar.gz tcl-d768d45269fd4e4b6012d73d8c27390cd81c84df.tar.bz2 |
* README: Bumped version number to 8.4b3 to distinguish
* generic/tcl.h: HEAD from the 8.4b2 release.
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf
* win/configure:
* library/http/http.tcl: Corrected installation directory of
* library/msgcat/msgcat.tcl: the package tcltest 2.2. Added
* library/opt/optparse.tcl: comments in other packages to remind
* library/tcltest/tcltest.tcl: that installation directories need
* unix/Makefile.in: updates to match increasing version
* win/Makefile.in: numbers. [Bug 597450]
* win/makefile.bc:
* win/makefile.vc:
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 3bf2ae0..8de3c7e 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.139 2002/08/05 03:24:40 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.140 2002/08/20 15:33:32 dgp Exp $ */ #ifndef _TCL @@ -57,10 +57,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 4 #define TCL_RELEASE_LEVEL TCL_BETA_RELEASE -#define TCL_RELEASE_SERIAL 2 +#define TCL_RELEASE_SERIAL 3 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4b2" +#define TCL_PATCH_LEVEL "8.4b3" /* * The following definitions set up the proper options for Windows |