diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:45:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-04 23:45:40 (GMT) |
commit | f5aa1d944a39ee1d14f9c64d98eba3da173678a9 (patch) | |
tree | b7af161b6d43e4f57e1a16ca62ffb67e760f162e /tools/configure | |
parent | 55bb78dc4fdf14318cfcbbeb264b7ef0a3e0a57e (diff) | |
download | tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.zip tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.gz tcl-f5aa1d944a39ee1d14f9c64d98eba3da173678a9.tar.bz2 |
* README: Bumped version number of
* generic/tcl.h: Tcl to 8.5a0.
* library.init.tcl:
* mac/README:
* macosx/Tcl.pbproj/project.pbxproc:
* tests/basic.test:
* tools/configure.in:
* tools/tcl.hpj.in:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README:
* win/README.binary:
* win/configure.in:
* win/makefile.bc:
* win/makefile.vc:
* win/tcl.m4:
* tools/configure: autoconf
* unix/configure:
* win/configure:
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index f0fa9e9..d9b0d99 100755 --- a/tools/configure +++ b/tools/configure @@ -523,7 +523,7 @@ else fi -# RCS: @(#) $Id: configure,v 1.2 2001/10/04 20:18:09 hobbs Exp $ +# RCS: @(#) $Id: configure,v 1.3 2003/03/04 23:46:12 dgp Exp $ # Recover information that Tcl computed with its configure script. @@ -532,7 +532,7 @@ fi # not, assume that its top-level directory is a sibling of ours. #-------------------------------------------------------------------- -DEF_VER=8.4 +DEF_VER=8.5 # Check whether --with-tcl or --without-tcl was given. if test "${with_tcl+set}" = set; then |