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 /win/configure.in | |
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 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 067a790..dee3e04 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,14 +3,14 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.48 2002/03/15 01:10:19 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.49 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" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.2 |