diff options
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 7b190ec..9c074b5 100755 --- a/unix/configure +++ b/unix/configure @@ -557,9 +557,9 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".10" +TK_PATCH_LEVEL=".11" VERSION=${TK_VERSION} -LOCALES="cs de el en en_gb es fr it nl ru" +LOCALES="cs de el en en_gb eo es es_es fr it nl pl ru" #-------------------------------------------------------------------- # Find and load the tclConfig.sh file |