diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-18 18:39:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-18 18:39:29 (GMT) |
commit | 9190f533c5cb5bf91aa76adf0fb9cfcc90775c07 (patch) | |
tree | 4e15601582fe82e692cfbe52544661ca2ea65098 /win/configure | |
parent | 236ba37a303671d6a3c75177016c755bf1003c3c (diff) | |
download | tcl-9190f533c5cb5bf91aa76adf0fb9cfcc90775c07.zip tcl-9190f533c5cb5bf91aa76adf0fb9cfcc90775c07.tar.gz tcl-9190f533c5cb5bf91aa76adf0fb9cfcc90775c07.tar.bz2 |
* unix/configure: autoconf-2.59 (FC6 fork)
* win/configure:
* README: Bump version number to 8.5a7
* generic/tcl.h:
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* generic/tclParse.c: Disable and remove the ALLOW_EXPAND sections
* tests/info.test: that continued to support the deprecated
* tests/mathop.test: {expand} syntax. Updated the few remaining
users of that syntax in the test suite.
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 24017d0..ddb2099 100755 --- a/win/configure +++ b/win/configure @@ -1267,7 +1267,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a6" +TCL_PATCH_LEVEL="a7" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |