diff options
author | dgp <dgp@users.sourceforge.net> | 2004-12-11 06:07:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-12-11 06:07:49 (GMT) |
commit | 4bb7dd27ba64c1c078ae8725208cceb7f6489747 (patch) | |
tree | 0bd2dff383d6184245fcbffa8b58f40c7745fe74 /unix | |
parent | 140fb3e960a840ad859124661029bd212a210812 (diff) | |
download | tcl-4bb7dd27ba64c1c078ae8725208cceb7f6489747.zip tcl-4bb7dd27ba64c1c078ae8725208cceb7f6489747.tar.gz tcl-4bb7dd27ba64c1c078ae8725208cceb7f6489747.tar.bz2 |
ran autoconf-2.57
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 0978eb2..4c3dd6b 100755 --- a/unix/configure +++ b/unix/configure @@ -1292,7 +1292,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |