summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-04-05 16:10:26 (GMT)
committerdgp <dgp@noemail.net>2006-04-05 16:10:26 (GMT)
commit332250a1676dc5c76baa5a97494b53f82d6a140d (patch)
tree41a945a81953401886b3331674e3ef2e3a03290d /win/tclWinDde.c
parent643c35b7f419b37c93a09d6c349e9a6096d0d6f1 (diff)
downloadtcl-332250a1676dc5c76baa5a97494b53f82d6a140d.zip
tcl-332250a1676dc5c76baa5a97494b53f82d6a140d.tar.gz
tcl-332250a1676dc5c76baa5a97494b53f82d6a140d.tar.bz2
* library/dde/pkgIndex.tcl: Long overlooked bump to dde package
* win/tclWinDde.c: version 1.2.4 (should have been done for the Tcl 8.4.8 release!) FossilOrigin-Name: 6720b258de646534b93e16f599ae5407f0d88b0f
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 c00f697..eb73162 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.13.2.4 2004/09/01 17:26:06 hobbs Exp $
+ * RCS: @(#) $Id: tclWinDde.c,v 1.13.2.5 2006/04/05 16:10:44 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.3"
+#define TCL_DDE_VERSION "1.2.4"
#define TCL_DDE_PACKAGE_NAME "dde"
#define TCL_DDE_SERVICE_NAME "TclEval"