diff options
author | dgp <dgp@users.sourceforge.net> | 2008-03-28 18:45:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-03-28 18:45:11 (GMT) |
commit | 05d2b1f699928197cd82a59538c4b55d22f2df7c (patch) | |
tree | d723b29bef859afbed07463cab058707be35654f | |
parent | 55e852d32399fa8cbd57bf8007e33cabacf7a24a (diff) | |
download | tk-05d2b1f699928197cd82a59538c4b55d22f2df7c.zip tk-05d2b1f699928197cd82a59538c4b55d22f2df7c.tar.gz tk-05d2b1f699928197cd82a59538c4b55d22f2df7c.tar.bz2 |
autoconf-2.59core_8_5_2
-rwxr-xr-x | unix/configure | 2 | ||||
-rwxr-xr-x | win/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure index 477a9f0..71b4a73 100755 --- a/unix/configure +++ b/unix/configure @@ -1337,7 +1337,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".1" +TK_PATCH_LEVEL=".2" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" diff --git a/win/configure b/win/configure index 7e9f6db..5932de2 100755 --- a/win/configure +++ b/win/configure @@ -1309,7 +1309,7 @@ SHELL=/bin/sh TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL=".1" +TK_PATCH_LEVEL=".2" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ |