diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-21 23:55:34 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-06-21 23:55:34 (GMT) |
commit | 42c4603e613b94b62297993c7b10675de884e72d (patch) | |
tree | 3fff5f14650b4f7eee2f7a12c08235862a93345f /generic | |
parent | d8de05d89db6daa2002bb5b309c85d40328573d7 (diff) | |
download | tcl-42c4603e613b94b62297993c7b10675de884e72d.zip tcl-42c4603e613b94b62297993c7b10675de884e72d.tar.gz tcl-42c4603e613b94b62297993c7b10675de884e72d.tar.bz2 |
Bumped version number to b1 in preparation for release.
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tcl.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index f74f18a..34a3311 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.129 2002/06/21 14:22:28 vincentdarley Exp $ + * RCS: @(#) $Id: tcl.h,v 1.130 2002/06/21 23:55:35 dkf Exp $ */ #ifndef _TCL @@ -52,18 +52,18 @@ extern "C" { * win/README (not patchlevel) (sections 0 and 2) * unix/README (not patchlevel) (part (h)) * unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch) - * tests/basic.test (1 LOC M/M) + * tests/basic.test (1 LOC M/M, not patchlevel) * tools/tcl.hpj.in (not patchlevel, for windows installer) * tools/tcl.wse.in (for windows installer) * tools/tclSplash.bmp (not patchlevel) */ #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 4 -#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TCL_RELEASE_SERIAL 5 +#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE +#define TCL_RELEASE_SERIAL 1 #define TCL_VERSION "8.4" -#define TCL_PATCH_LEVEL "8.4a5" +#define TCL_PATCH_LEVEL "8.4b1" /* * The following definitions set up the proper options for Windows |