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 | |
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')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index 99c5018..41ee0b0 100755 --- a/win/configure +++ b/win/configure @@ -536,7 +536,7 @@ fi 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 |