summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-07-23 00:24:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-07-23 00:24:42 (GMT)
commit4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8 (patch)
tree43a880ca34af756b641c835c6cfff0e25646f600 /win/tclWinDde.c
parent32f099af31500e24c7425ed7c762e2b665313ab0 (diff)
downloadtcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.zip
tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.tar.gz
tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.tar.bz2
* win/tclWinDde.c: Bump to dde 1.2.3 to cover changes
* library/dde/pkgIndex.tcl: committed on 2004-06-14. * changes: Updated for Tcl 8.4.7 release.
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 181820d..ac8e3b2 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.2 2004/06/14 15:22:38 patthoyts Exp $
+ * RCS: @(#) $Id: tclWinDde.c,v 1.13.2.3 2004/07/23 00:24:45 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.2"
+#define TCL_DDE_VERSION "1.2.3"
#define TCL_DDE_PACKAGE_NAME "dde"
#define TCL_DDE_SERVICE_NAME "TclEval"