diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-05 20:50:27 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-05 20:50:27 (GMT) |
commit | 64851d233f48b70a58856de35669a22004013dc1 (patch) | |
tree | 916a44100b361d7a45e5f9fe1e6f73065829c1f5 /win/configure.in | |
parent | 97adef27be83b277e1414039b66f953fda97a25f (diff) | |
download | tcl-64851d233f48b70a58856de35669a22004013dc1.zip tcl-64851d233f48b70a58856de35669a22004013dc1.tar.gz tcl-64851d233f48b70a58856de35669a22004013dc1.tar.bz2 |
Revert attempted backport of dde 1.3 to the core-8-4-branch.
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/configure.in b/win/configure.in index b63bba0..51f1b5b 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.16 2006/04/05 16:50:04 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.68.2.17 2006/04/05 20:50:46 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.3 +TCL_DDE_VERSION=1.2 TCL_DDE_MAJOR_VERSION=1 -TCL_DDE_MINOR_VERSION=3 +TCL_DDE_MINOR_VERSION=2 DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION TCL_REG_VERSION=1.1 |