diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-10 18:25:10 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-10 18:25:10 (GMT) |
commit | c693ced2182e43e881ebd26e0cfe533caa28861c (patch) | |
tree | 46c841ad2c806b166b38dd666ef1e25282ccac42 /unix/configure | |
parent | 4e4f0355794c80ed8d351a237d3a2907b8824123 (diff) | |
download | tk-c693ced2182e43e881ebd26e0cfe533caa28861c.zip tk-c693ced2182e43e881ebd26e0cfe533caa28861c.tar.gz tk-c693ced2182e43e881ebd26e0cfe533caa28861c.tar.bz2 |
* generic/tk.h: Bump to 8.5.5 for release.
* 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 1b44695..a591d72 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=".5b1" +TK_PATCH_LEVEL=".5" VERSION=${TK_VERSION} LOCALES="cs da de el en en_gb eo es fr hu it nl pl pt ru sv" |