diff options
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index 1d5026d..a2e055f 100755 --- a/unix/configure +++ b/unix/configure @@ -544,10 +544,10 @@ fi -TK_VERSION=8.4 +TK_VERSION=8.5 TK_MAJOR_VERSION=8 -TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".2" +TK_MINOR_VERSION=5 +TK_PATCH_LEVEL="a0" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb es fr it nl ru" |