diff options
author | hobbs <hobbs@noemail.net> | 2002-09-02 20:16:58 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-09-02 20:16:58 (GMT) |
commit | 0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611 (patch) | |
tree | 2b08de571684f4bf3132b74466b1141282d09791 /unix/configure | |
parent | 5581a0cec2e389609041338307de1019197e234d (diff) | |
download | tk-0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611.zip tk-0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611.tar.gz tk-0e72c2a151aea5ccd87e9e58e1cfcfb0021f6611.tar.bz2 |
Bumped version number to 8.4.0
FossilOrigin-Name: 912aaecc43ffea8ab2570af2e2258aba3e7b2402
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 6deece7..0d9351e 100755 --- a/unix/configure +++ b/unix/configure @@ -547,7 +547,7 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="b3" +TK_PATCH_LEVEL=".0" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" |