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 | 67077bb2a9ae039a0adb7b5e1f3248f256587cfd (patch) | |
tree | 0e4337450cf872b0da7bf9efc503e6b7fed1d151 /unix | |
parent | 0a8c6d14ce073eacf147fd617ee6a8f02ed6b77e (diff) | |
download | tk-67077bb2a9ae039a0adb7b5e1f3248f256587cfd.zip tk-67077bb2a9ae039a0adb7b5e1f3248f256587cfd.tar.gz tk-67077bb2a9ae039a0adb7b5e1f3248f256587cfd.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')
-rwxr-xr-x | unix/configure | 2 | ||||
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tk.spec | 4 |
3 files changed, 5 insertions, 5 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" diff --git a/unix/configure.in b/unix/configure.in index 519a37a..f183913 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.153.2.2 2008/06/30 03:37:39 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.153.2.3 2008/08/08 18:12:32 dgp Exp $ AC_INIT([tk],[8.5]) AC_PREREQ(2.59) @@ -27,7 +27,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ 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" diff --git a/unix/tk.spec b/unix/tk.spec index bbebebf..d824357 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,11 +1,11 @@ -# $Id: tk.spec,v 1.34.2.2 2008/06/30 03:37:39 dgp Exp $ +# $Id: tk.spec,v 1.34.2.3 2008/08/08 18:12:32 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. %{!?directory:%define directory /usr/local} Name: tk Summary: Tk graphical toolkit for the Tcl scripting language. -Version: 8.5.3 +Version: 8.5.4 Release: 2 License: BSD Group: Development/Languages |