diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-19 17:54:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-19 17:54:29 (GMT) |
commit | c477003aa821b374ca1046d7241b217f6e6ec997 (patch) | |
tree | 42d07fb491a62cecb7699fe04288f9525bc94446 /unix/configure | |
parent | fe764adad787ef9a5363f10f7eda7fc634e2fc47 (diff) | |
download | tk-c477003aa821b374ca1046d7241b217f6e6ec997.zip tk-c477003aa821b374ca1046d7241b217f6e6ec997.tar.gz tk-c477003aa821b374ca1046d7241b217f6e6ec997.tar.bz2 |
* README: Bump version number to 8.5b1.
* generic/tk.h: Merge from core-stabilizer-branch.
* library/tk.tcl: Stabilizing toward 8.5b1 release now done
* unix/configure.in: on the HEAD. core-stabilizer-branch is
* unix/tk.spec: now suspended.
* win/configure.in:
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 382c81d..6a2b8f5 100755 --- a/unix/configure +++ b/unix/configure @@ -1336,7 +1336,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL="a7" +TK_PATCH_LEVEL="b1" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb eo es es_ES fr it nl pl pt ru" |