diff options
| author | dgp@users.sourceforge.net <dgp> | 2002-08-20 15:33:31 (GMT) | 
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2002-08-20 15:33:31 (GMT) | 
| commit | 516dc5601e6c1b393670c1ee0c70a1ebcb690250 (patch) | |
| tree | 8cc82493e4b49455533f5c68616f91ce879a8a31 /unix/configure | |
| parent | 46d258166ade62deaeb28ba0bb49d699cb376916 (diff) | |
| download | tcl-516dc5601e6c1b393670c1ee0c70a1ebcb690250.zip tcl-516dc5601e6c1b393670c1ee0c70a1ebcb690250.tar.gz tcl-516dc5601e6c1b393670c1ee0c70a1ebcb690250.tar.bz2 | |
        * README:               Bumped version number to 8.4b3 to distinguish
        * generic/tcl.h:        HEAD from the 8.4b2 release.
        * tools/tcl.wse.in:
        * unix/configure.in:
        * unix/tcl.spec:
        * win/README.binary:
        * win/configure.in:
        * unix/configure:       autoconf
        * win/configure:
        * library/http/http.tcl:        Corrected installation directory of
        * library/msgcat/msgcat.tcl:    the package tcltest 2.2.  Added
        * library/opt/optparse.tcl:     comments in other packages to remind
        * library/tcltest/tcltest.tcl:  that installation directories need
        * unix/Makefile.in:             updates to match increasing version
        * win/Makefile.in:              numbers. [Bug 597450]
        * win/makefile.bc:
        * win/makefile.vc:
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 e08d65c..c3fca8c 100755 --- a/unix/configure +++ b/unix/configure @@ -546,7 +546,7 @@ fi  TCL_VERSION=8.4  TCL_MAJOR_VERSION=8  TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="b2" +TCL_PATCH_LEVEL="b3"  VERSION=${TCL_VERSION}  #------------------------------------------------------------------------ | 
