diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-05 20:50:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-05 20:50:27 (GMT) |
commit | 5eb9e5fd8397f44c9d037e92fe98c1b7e41fae10 (patch) | |
tree | 916a44100b361d7a45e5f9fe1e6f73065829c1f5 /win/configure | |
parent | 3ae5043e9886fd839186a4b16fb2b478c5c10bee (diff) | |
download | tcl-5eb9e5fd8397f44c9d037e92fe98c1b7e41fae10.zip tcl-5eb9e5fd8397f44c9d037e92fe98c1b7e41fae10.tar.gz tcl-5eb9e5fd8397f44c9d037e92fe98c1b7e41fae10.tar.bz2 |
Revert attempted backport of dde 1.3 to the core-8-4-branch.
Diffstat (limited to 'win/configure')
-rwxr-xr-x | win/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure index 721fffb..cd4e32e 100755 --- a/win/configure +++ b/win/configure @@ -537,9 +537,9 @@ TCL_MINOR_VERSION=4 TCL_PATCH_LEVEL=".13" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION -TCL_DDE_VERSION=1.3 +TCL_DDE_VERSION=1.2 TCL_DDE_MAJOR_VERSION=1 -TCL_DDE_MINOR_VERSION=3 +TCL_DDE_MINOR_VERSION=2 DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION TCL_REG_VERSION=1.1 |