diff options
author | dgp <dgp@users.sourceforge.net> | 2003-11-10 22:55:47 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-11-10 22:55:47 (GMT) |
commit | cb5c86b8a76dfadd445e7a9c45be06b4831260bb (patch) | |
tree | 2baa3b79f21d931cebde7a156afa75f1eaa9b134 /win/configure | |
parent | f38d3f45e484452ba99ef07b5348e2c479650d4a (diff) | |
download | tcl-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/configure')
-rwxr-xr-x | win/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure b/win/configure index eb4ea6f..fd4bc38 100755 --- a/win/configure +++ b/win/configure @@ -1277,9 +1277,9 @@ TCL_MINOR_VERSION=5 TCL_PATCH_LEVEL="a0" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION -TCL_DDE_VERSION=1.2 +TCL_DDE_VERSION=1.3 TCL_DDE_MAJOR_VERSION=1 -TCL_DDE_MINOR_VERSION=2 +TCL_DDE_MINOR_VERSION=3 TCL_DDE_PATCH_LEVEL="" DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION |