diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-21 11:31:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-21 11:31:41 (GMT) |
commit | e0e9c5532b3d5927e6c9bce1e8619e111067b9cb (patch) | |
tree | 24d7ecadf8de0e345b0e8f4104b8ac44dd6ad3ca /win/configure | |
parent | 40ff07a07969afd5de9232f869a9405dcc68f2a4 (diff) | |
parent | 2f53eeab0b9831c99ec00b1728bcd2821e3d46ea (diff) | |
download | tcl-e0e9c5532b3d5927e6c9bce1e8619e111067b9cb.zip tcl-e0e9c5532b3d5927e6c9bce1e8619e111067b9cb.tar.gz tcl-e0e9c5532b3d5927e6c9bce1e8619e111067b9cb.tar.bz2 |
TIP #106: Add Encoding Abilities to the [dde] Command
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 5edf012..fed0959 100755 --- a/win/configure +++ b/win/configure @@ -1314,9 +1314,9 @@ TCL_MINOR_VERSION=6 TCL_PATCH_LEVEL="b2" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION -TCL_DDE_VERSION=1.3 +TCL_DDE_VERSION=1.4 TCL_DDE_MAJOR_VERSION=1 -TCL_DDE_MINOR_VERSION=3 +TCL_DDE_MINOR_VERSION=4 DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION TCL_REG_VERSION=1.3 |