summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-18 18:39:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-18 18:39:29 (GMT)
commit9190f533c5cb5bf91aa76adf0fb9cfcc90775c07 (patch)
tree4e15601582fe82e692cfbe52544661ca2ea65098 /unix/configure
parent236ba37a303671d6a3c75177016c755bf1003c3c (diff)
downloadtcl-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 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index f4020f5..5a19050 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1333,7 +1333,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
TCL_VERSION=8.5
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=5
-TCL_PATCH_LEVEL="a6"
+TCL_PATCH_LEVEL="a7"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------