diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:14:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:14:42 (GMT) |
commit | 26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b (patch) | |
tree | 7299de758af4b088a8b1c058654a158b7a504408 /unix/configure | |
parent | 3d6d193ef5423cc0dd671b17ecbd3245331057c8 (diff) | |
download | tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.zip tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.gz tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.bz2 |
* README: Bump version number to 8.6a2
* generic/tk.h:
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.59
* win/configure:
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 6975228..e0079d1 100755 --- a/unix/configure +++ b/unix/configure @@ -1337,7 +1337,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL="a1" +TK_PATCH_LEVEL="a2" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |