summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 16:49:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 16:49:53 (GMT)
commit97adef27be83b277e1414039b66f953fda97a25f (patch)
treec0840b211ed83e80bf04966977d5f58deda73a64 /win/configure.in
parente9d6c1ac64c7eb4f8ca77319bfbd5398610ec1af (diff)
downloadtcl-97adef27be83b277e1414039b66f953fda97a25f.zip
tcl-97adef27be83b277e1414039b66f953fda97a25f.tar.gz
tcl-97adef27be83b277e1414039b66f953fda97a25f.tar.bz2
* library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD.
* win/tclWinDde.c: * win/Makefile.in: * win/configure.in: * win/configure: autoconf 2.13
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/configure.in b/win/configure.in
index 0151749..b63bba0 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,7 +3,7 @@
# generate the file "configure", which is run during Tcl installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.68.2.15 2006/03/07 05:30:30 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.68.2.16 2006/04/05 16:50:04 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.13)
@@ -14,9 +14,9 @@ TCL_MINOR_VERSION=4
TCL_PATCH_LEVEL=".13"
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
DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION
TCL_REG_VERSION=1.1