diff options
author | dgp <dgp@users.sourceforge.net> | 2003-03-03 17:12:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-03-03 17:12:41 (GMT) |
commit | 66e8401d8e7c4b377a752464d9d3692c48208f1b (patch) | |
tree | 5c4c05aa17ec87d00f7f8e92ed4d5f1401cd439e /win/tclWinDde.c | |
parent | 7f8d917032c5618327a7308cfc1374999fb1dab3 (diff) | |
download | tcl-66e8401d8e7c4b377a752464d9d3692c48208f1b.zip tcl-66e8401d8e7c4b377a752464d9d3692c48208f1b.tar.gz tcl-66e8401d8e7c4b377a752464d9d3692c48208f1b.tar.bz2 |
* library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 for
* win/tclWinDde.c: bundled release with Tcl 8.4.2
* library/reg/pkgIndex.tcl: registry bumped to version 1.1.1 for
* win/tclWinReg.c: bundled release with Tcl 8.4.2
* library/opt/pkgIndex.tcl: updated package index to version 0.4.4
Diffstat (limited to 'win/tclWinDde.c')
-rw-r--r-- | win/tclWinDde.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c index 3cab397..8244b99 100644 --- a/win/tclWinDde.c +++ b/win/tclWinDde.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinDde.c,v 1.12 2003/01/25 03:11:46 hobbs Exp $ + * RCS: @(#) $Id: tclWinDde.c,v 1.13 2003/03/03 17:12:48 dgp Exp $ */ #include "tclPort.h" @@ -69,7 +69,7 @@ static DWORD ddeInstance; /* The application instance handle given * to us by DdeInitialize. */ static int ddeIsServer = 0; -#define TCL_DDE_VERSION "1.2" +#define TCL_DDE_VERSION "1.2.1" #define TCL_DDE_PACKAGE_NAME "dde" #define TCL_DDE_SERVICE_NAME "TclEval" |