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