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 /unix | |
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 'unix')
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tcl.spec | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure.in b/unix/configure.in index 7a016c4..9a57422 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,14 +3,14 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.87 2002/05/31 22:20:22 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.88 2002/06/21 23:55:35 dkf Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a5" +TCL_PATCH_LEVEL="b1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 15204a7..e514ce3 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.10 2002/03/06 15:20:23 dkf Exp $ +# $Id: tcl.spec,v 1.11 2002/06/21 23:55:35 dkf Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.4a5 +%define version 8.4b1 %define directory /usr/local Summary: Tcl scripting language development environment |