diff options
author | dgp <dgp@users.sourceforge.net> | 2002-12-13 17:44:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-12-13 17:44:38 (GMT) |
commit | 769a60101291f798e16b5919ab9f5879806ccd37 (patch) | |
tree | 3bc2661d258046e279d63f198482fcc15c823f5f /win/configure.in | |
parent | 7c29f89d1b5523989d28042e893c40042981a83c (diff) | |
download | tcl-769a60101291f798e16b5919ab9f5879806ccd37.zip tcl-769a60101291f798e16b5919ab9f5879806ccd37.tar.gz tcl-769a60101291f798e16b5919ab9f5879806ccd37.tar.bz2 |
* unix/configure.in: Updated configure of CVS snapshots to reflect
* win/configure.in: the 8.4.1.1 patchlevel.
* unix/configure: autoconf
* win/configure autoconf
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/configure.in b/win/configure.in index 6a85d78..d580a63 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.59 2002/11/06 10:44:15 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.60 2002/12/13 17:46:01 dgp Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.13) @@ -11,7 +11,7 @@ AC_PREREQ(2.13) TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".1" +TCL_PATCH_LEVEL=".1.1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.2 |