summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-05 16:32:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-05 16:32:39 (GMT)
commit50d05904e2652689f8352c49ba3ea9b256922bb0 (patch)
tree6f98b5676e330825d6971d1bfb90ced3019e59dd /win/configure.in
parent1aa54c04958fb5a081acbd1440314021b21ca394 (diff)
downloadtcl-50d05904e2652689f8352c49ba3ea9b256922bb0.zip
tcl-50d05904e2652689f8352c49ba3ea9b256922bb0.tar.gz
tcl-50d05904e2652689f8352c49ba3ea9b256922bb0.tar.bz2
* win/tclWinInit.c: More careful calls to Tcl_DStringSetLength()
* win/tclWinSock.c: to avoid creating invalid DString states. * win/tclWinDde.c: Bump to version 1.3.2. [RFE 1366195] * library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Bump to registry 1.1.6 * win/tclWinReg.c: * win/configure.in: Bump package version numbers. * win/configure: autoconf 2.59
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 d2088ad..37a3214 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.86 2005/10/13 18:30:10 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.87 2006/04/05 16:32:44 dgp Exp $
AC_INIT(../generic/tcl.h)
AC_PREREQ(2.59)
@@ -22,13 +22,13 @@ VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.3
TCL_DDE_MAJOR_VERSION=1
TCL_DDE_MINOR_VERSION=3
-TCL_DDE_PATCH_LEVEL=""
+TCL_DDE_PATCH_LEVEL="2"
DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION
TCL_REG_VERSION=1.1
TCL_REG_MAJOR_VERSION=1
TCL_REG_MINOR_VERSION=1
-TCL_REG_PATCH_LEVEL=""
+TCL_REG_PATCH_LEVEL="6"
REGVER=$TCL_REG_MAJOR_VERSION$TCL_REG_MINOR_VERSION
#------------------------------------------------------------------------