diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:14:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-12 15:14:42 (GMT) |
commit | 26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b (patch) | |
tree | 7299de758af4b088a8b1c058654a158b7a504408 /unix | |
parent | 3d6d193ef5423cc0dd671b17ecbd3245331057c8 (diff) | |
download | tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.zip tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.gz tk-26fe6e9cc8bf16a97f6436d5ffdb9ddf47b8d42b.tar.bz2 |
* README: Bump version number to 8.6a2
* generic/tk.h:
* library/tk.tcl:
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* 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 6975228..e0079d1 100755 --- a/unix/configure +++ b/unix/configure @@ -1337,7 +1337,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL="a1" +TK_PATCH_LEVEL="a2" 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 60a83c3..c06adbf 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.156 2008/06/19 19:38:00 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.157 2008/08/12 15:14:45 dgp Exp $ AC_INIT([tk],[8.6]) AC_PREREQ(2.59) @@ -27,7 +27,7 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ TK_VERSION=8.6 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=6 -TK_PATCH_LEVEL="a1" +TK_PATCH_LEVEL="a2" 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 306d27a..4101c9d 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,11 +1,11 @@ -# $Id: tk.spec,v 1.37 2008/06/19 20:45:06 dgp Exp $ +# $Id: tk.spec,v 1.38 2008/08/12 15:14:45 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.6a1 +Version: 8.6a2 Release: 2 License: BSD Group: Development/Languages |