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 /win | |
parent | 75e6a3beeb39aae93e43a78e9fee71e540038588 (diff) | |
download | tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.zip tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.tar.gz tcl-39afde6df737407f9cf37c924c6f7cd43bf6ad32.tar.bz2 |
autoconf
Diffstat (limited to 'win')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |