diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-13 14:41:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-13 14:41:37 (GMT) |
commit | 89c954a53bbf1e6f30760915e38649a265cd2b9d (patch) | |
tree | dc50dd58d6c96d2069192ce00db3fe43b96e6d76 /unix | |
parent | 2c6d2ea70b731cb69c8036fd5ea3216e86e3fa00 (diff) | |
download | tk-89c954a53bbf1e6f30760915e38649a265cd2b9d.zip tk-89c954a53bbf1e6f30760915e38649a265cd2b9d.tar.gz tk-89c954a53bbf1e6f30760915e38649a265cd2b9d.tar.bz2 |
Re-generate configure script (TK_PATCH_LEVEL was still at 8.6.9)
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index bf1e343..09adff8 100755 --- a/unix/configure +++ b/unix/configure @@ -1338,7 +1338,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL=".9" +TK_PATCH_LEVEL=".10" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |