diff options
author | dgp <dgp@users.sourceforge.net> | 2005-06-07 14:13:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-06-07 14:13:14 (GMT) |
commit | 39afde6df737407f9cf37c924c6f7cd43bf6ad32 (patch) | |
tree | 25c093b7ed60db1178e2330bec614033beb792b3 /unix/configure | |
parent | 75e6a3beeb39aae93e43a78e9fee71e540038588 (diff) | |
download | tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.zip tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.tar.gz tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.tar.bz2 |
autoconf
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index ad6c1e2..fce0669 100755 --- a/unix/configure +++ b/unix/configure @@ -1331,7 +1331,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |