diff options
author | dgp <dgp@users.sourceforge.net> | 2008-02-04 17:32:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-02-04 17:32:39 (GMT) |
commit | 9f7359d15a1021f73c56a60fdda744f15cb86c96 (patch) | |
tree | 6cb7b21d8ee3dd696fa30df3ddb19c14caf546b6 /unix | |
parent | 740ae66404b238304bd1cf5724d014ff387ed9ea (diff) | |
download | tk-9f7359d15a1021f73c56a60fdda744f15cb86c96.zip tk-9f7359d15a1021f73c56a60fdda744f15cb86c96.tar.gz tk-9f7359d15a1021f73c56a60fdda744f15cb86c96.tar.bz2 |
*** 8.5.1 TAGGED FOR RELEASE ***
* generic/tk.h: Bump to 8.5.1 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')
-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 18ea1c3..482cf70 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=".1b1" +TK_PATCH_LEVEL=".1" 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 8d11a5c..0244088 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.149 2008/02/02 23:58:56 das Exp $ +# RCS: @(#) $Id: configure.in,v 1.150 2008/02/04 17:32:40 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=".1b1" +TK_PATCH_LEVEL=".1" 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 66f9775..a1a6467 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,11 +1,11 @@ -# $Id: tk.spec,v 1.32 2008/01/02 19:07:20 dgp Exp $ +# $Id: tk.spec,v 1.33 2008/02/04 17:32:41 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.1b1 +Version: 8.5.1 Release: 2 License: BSD Group: Development/Languages |