diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-19 17:54:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-19 17:54:29 (GMT) |
commit | c477003aa821b374ca1046d7241b217f6e6ec997 (patch) | |
tree | 42d07fb491a62cecb7699fe04288f9525bc94446 /unix | |
parent | fe764adad787ef9a5363f10f7eda7fc634e2fc47 (diff) | |
download | tk-c477003aa821b374ca1046d7241b217f6e6ec997.zip tk-c477003aa821b374ca1046d7241b217f6e6ec997.tar.gz tk-c477003aa821b374ca1046d7241b217f6e6ec997.tar.bz2 |
* README: Bump version number to 8.5b1.
* generic/tk.h: Merge from core-stabilizer-branch.
* library/tk.tcl: Stabilizing toward 8.5b1 release now done
* unix/configure.in: on the HEAD. core-stabilizer-branch is
* unix/tk.spec: now suspended.
* win/configure.in:
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 382c81d..6a2b8f5 100755 --- a/unix/configure +++ b/unix/configure @@ -1336,7 +1336,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu TK_VERSION=8.5 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=5 -TK_PATCH_LEVEL="a7" +TK_PATCH_LEVEL="b1" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb eo es es_ES fr it nl pl pt ru" diff --git a/unix/configure.in b/unix/configure.in index cad2156..90f8326 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.138 2007/09/17 20:54:42 jenglish Exp $ +# RCS: @(#) $Id: configure.in,v 1.139 2007/09/19 17:54:30 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="a7" +TK_PATCH_LEVEL="b1" VERSION=${TK_VERSION} LOCALES="cs de el en en_gb eo es es_ES fr it nl pl pt ru" diff --git a/unix/tk.spec b/unix/tk.spec index d14d200..a94350d 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,11 +1,11 @@ -# $Id: tk.spec,v 1.25 2007/05/18 19:21:59 dgp Exp $ +# $Id: tk.spec,v 1.26 2007/09/19 17:54:30 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.5a7 +Version: 8.5b1 Release: 2 License: BSD Group: Development/Languages |