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 | 64851d233f48b70a58856de35669a22004013dc1 (patch) | |
tree | 916a44100b361d7a45e5f9fe1e6f73065829c1f5 /win/configure | |
parent | 97adef27be83b277e1414039b66f953fda97a25f (diff) | |
download | tcl-64851d233f48b70a58856de35669a22004013dc1.zip tcl-64851d233f48b70a58856de35669a22004013dc1.tar.gz tcl-64851d233f48b70a58856de35669a22004013dc1.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 |