diff options
author | dgp <dgp@noemail.net> | 2006-05-04 13:09:45 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2006-05-04 13:09:45 (GMT) |
commit | cf092953889b04b2e5d94fc0a9e659114dcdc6b4 (patch) | |
tree | 39c54742c3c86aebfa5c419753a96f41692ad9cc /unix/configure | |
parent | 556a9749b6e4de9129b2675086af0f698a2083a3 (diff) | |
download | tk-cf092953889b04b2e5d94fc0a9e659114dcdc6b4.zip tk-cf092953889b04b2e5d94fc0a9e659114dcdc6b4.tar.gz tk-cf092953889b04b2e5d94fc0a9e659114dcdc6b4.tar.bz2 |
* README: Bump version number to 8.4.14
* generic/tk.h:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf-2.13
* win/configure:
FossilOrigin-Name: 67e7acba427dee71fedbe4b502874fb51de9c1c9
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 3ee5d59..76082ad 100755 --- a/unix/configure +++ b/unix/configure @@ -557,7 +557,7 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL=".13" +TK_PATCH_LEVEL=".14" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb eo es es_ES fr it nl pl pt ru" |