diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-08 18:12:30 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-08 18:12:30 (GMT) |
commit | 3ae85db39d770c93d71fa64cb46cd41e606291b9 (patch) | |
tree | 0e4337450cf872b0da7bf9efc503e6b7fed1d151 /unix/configure | |
parent | e76641d4cffb3987e942345ca84888366f71c84d (diff) | |
download | tk-3ae85db39d770c93d71fa64cb46cd41e606291b9.zip tk-3ae85db39d770c93d71fa64cb46cd41e606291b9.tar.gz tk-3ae85db39d770c93d71fa64cb46cd41e606291b9.tar.bz2 |
* generic/tk.h: Bump to 8.5.4 for release.
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* README:
* 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 c4160f5..e02f045 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=".3" +TK_PATCH_LEVEL=".4" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |