diff options
author | hobbs <hobbs> | 2002-09-02 20:10:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-09-02 20:10:56 (GMT) |
commit | b532e9030fc637f2c240f82dc62d5d4c9ef7b761 (patch) | |
tree | d11d831a877e98b5c86d79f9dd504ebe6bad5aba /unix/configure | |
parent | 743cfac13a8bf0eeb9c73cdb78251211c6431c66 (diff) | |
download | tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.zip tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.gz tcl-b532e9030fc637f2c240f82dc62d5d4c9ef7b761.tar.bz2 |
Bumped version number to 8.4.0
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 267395e..4be0587 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="b3" +TCL_PATCH_LEVEL=".0" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ |