diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-21 23:55:34 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2002-06-21 23:55:34 (GMT) |
| commit | 67850e758ac2a7cbe7a9ebe57ab1d54dda9a2eaf (patch) | |
| tree | 3fff5f14650b4f7eee2f7a12c08235862a93345f /generic/tcl.h | |
| parent | e1ad1dd9b0080704c63f0c0029be5774702a621b (diff) | |
| download | tcl-67850e758ac2a7cbe7a9ebe57ab1d54dda9a2eaf.zip tcl-67850e758ac2a7cbe7a9ebe57ab1d54dda9a2eaf.tar.gz tcl-67850e758ac2a7cbe7a9ebe57ab1d54dda9a2eaf.tar.bz2 | |
Bumped version number to b1 in preparation for release.
Diffstat (limited to 'generic/tcl.h')
| -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 |
