summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-04-05 16:49:53 (GMT)
committerdgp <dgp@noemail.net>2006-04-05 16:49:53 (GMT)
commitd28604e7a48dc8abe830e7eca70555be75bd83c1 (patch)
treec0840b211ed83e80bf04966977d5f58deda73a64 /win/configure.in
parentb35445704d4128ca757d9c764291743f14184a57 (diff)
downloadtcl-d28604e7a48dc8abe830e7eca70555be75bd83c1.zip
tcl-d28604e7a48dc8abe830e7eca70555be75bd83c1.tar.gz
tcl-d28604e7a48dc8abe830e7eca70555be75bd83c1.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 FossilOrigin-Name: 44144aaeff9be23f09e6522cff7987f06907d8ba
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