summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-11-10 22:55:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-11-10 22:55:47 (GMT)
commitcb5c86b8a76dfadd445e7a9c45be06b4831260bb (patch)
tree2baa3b79f21d931cebde7a156afa75f1eaa9b134 /win/tclWinDde.c
parentf38d3f45e484452ba99ef07b5348e2c479650d4a (diff)
downloadtcl-cb5c86b8a76dfadd445e7a9c45be06b4831260bb.zip
tcl-cb5c86b8a76dfadd445e7a9c45be06b4831260bb.tar.gz
tcl-cb5c86b8a76dfadd445e7a9c45be06b4831260bb.tar.bz2
* library/dde/pkgIndex.tcl: Added safeguards so that registry
* library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.3. * win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/configure: autoconf (2.57)
Diffstat (limited to 'win/tclWinDde.c')
-rw-r--r--win/tclWinDde.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWinDde.c b/win/tclWinDde.c
index 9729a5f..a37cb60 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.17 2003/06/23 22:05:11 patthoyts Exp $
+ * RCS: @(#) $Id: tclWinDde.c,v 1.18 2003/11/10 22:55:48 dgp Exp $
*/
#include "tclPort.h"
@@ -71,7 +71,7 @@ static DWORD ddeInstance; /* The application instance handle given
* to us by DdeInitialize. */
static int ddeIsServer = 0;
-#define TCL_DDE_VERSION "1.2.5"
+#define TCL_DDE_VERSION "1.3"
#define TCL_DDE_PACKAGE_NAME "dde"
#define TCL_DDE_SERVICE_NAME "TclEval"