summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-08 08:45:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-08 08:45:12 (GMT)
commita463bf5525ce6e43141d98abc3b996e0226b8fe0 (patch)
tree375057fc538cd5e0845dc8b3f26c4b4478d74f70 /win/tclWinDde.c
parente5991250e0ed04102d22556452ad154fac8bf7d6 (diff)
downloadtcl-a463bf5525ce6e43141d98abc3b996e0226b8fe0.zip
tcl-a463bf5525ce6e43141d98abc3b996e0226b8fe0.tar.gz
tcl-a463bf5525ce6e43141d98abc3b996e0226b8fe0.tar.bz2
Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 version of dde any more.
(don't bother doing this for the "registry" extension, because the Tcl 8.7+ version installs in a different directory)
Diffstat (limited to 'win/tclWinDde.c')
-rw-r--r--win/tclWinDde.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c
index 2fc4990..2570954 100644
--- a/win/tclWinDde.c
+++ b/win/tclWinDde.c
@@ -79,7 +79,7 @@ static DWORD ddeInstance; /* The application instance handle given to us
* by DdeInitialize. */
static int ddeIsServer = 0;
-#define TCL_DDE_VERSION "1.4.3"
+#define TCL_DDE_VERSION "1.4.4"
#define TCL_DDE_PACKAGE_NAME "dde"
#define TCL_DDE_SERVICE_NAME L"TclEval"
#define TCL_DDE_EXECUTE_RESULT L"$TCLEVAL$EXECUTE$RESULT"