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 /unix/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 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index d41b94f..8126079 100755 --- a/unix/configure +++ b/unix/configure @@ -550,7 +550,7 @@ fi TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL=".0" +TCL_PATCH_LEVEL=".1" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |