diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-23 16:30:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-23 16:30:57 (GMT) |
commit | 8918429a9a1270dda3d040a0fb395ef99a41590f (patch) | |
tree | 1d31a6b330050babd9281c9f66f14563421b22e6 /unix | |
parent | 0960ef8b3d23332a6217ace6b5feee6da137e342 (diff) | |
download | tk-8918429a9a1270dda3d040a0fb395ef99a41590f.zip tk-8918429a9a1270dda3d040a0fb395ef99a41590f.tar.gz tk-8918429a9a1270dda3d040a0fb395ef99a41590f.tar.bz2 |
* generic/tk.h: Bump version number to 8.5.6b1 to distinguish
* library/tk.tcl: CVS development snapshots from the 8.5.5 and
* unix/configure.in: 8.5.6 releases.
* 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 a591d72..94e8f65 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=".5" +TK_PATCH_LEVEL=".6b1" 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 ac056a5..79f4f82 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.5 2008/10/10 18:25:10 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.153.2.6 2008/10/23 16:30:57 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=".5" +TK_PATCH_LEVEL=".6b1" 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 f56f984..0312906 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,11 +1,11 @@ -# $Id: tk.spec,v 1.34.2.5 2008/10/10 18:25:10 dgp Exp $ +# $Id: tk.spec,v 1.34.2.6 2008/10/23 16:30:57 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.5 +Version: 8.5.6b1 Release: 2 License: BSD Group: Development/Languages |