diff options
author | dgp <dgp@users.sourceforge.net> | 2002-09-27 18:04:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-09-27 18:04:11 (GMT) |
commit | b88c3948b8dbe1eb1c7d5dc6b628476564adab26 (patch) | |
tree | 7183151fb78cbf7a25e8c682ae72c61e49fc6071 /win/configure.in | |
parent | 694831955b977c69e90746e85d0333a91b97d6f3 (diff) | |
download | tcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.zip tcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.tar.gz tcl-b88c3948b8dbe1eb1c7d5dc6b628476564adab26.tar.bz2 |
* README: Bumped to version 8.4.1 to avoid confusion
* generic/tcl.h: of CVS snapshots with the actual 8.4.0
* tools/tcl.wse.in: release.
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* unix/configure: autoconf
* win/configure:
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 a3becef..33d555e 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.55 2002/09/27 00:50:10 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.56 2002/09/27 18:04:14 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=".0" +TCL_PATCH_LEVEL=".1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.2 |