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 | |
parent | 75e6a3beeb39aae93e43a78e9fee71e540038588 (diff) | |
download | tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.zip tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.tar.gz tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.tar.bz2 |
autoconf
-rwxr-xr-x | unix/configure | 2 | ||||
-rwxr-xr-x | win/configure | 2 |
2 files changed, 2 insertions, 2 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} #------------------------------------------------------------------------ diff --git a/win/configure b/win/configure index f142690..cadddbe 100755 --- a/win/configure +++ b/win/configure @@ -1307,7 +1307,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |