summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-10 18:25:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-10 18:25:10 (GMT)
commitc693ced2182e43e881ebd26e0cfe533caa28861c (patch)
tree46c841ad2c806b166b38dd666ef1e25282ccac42 /unix
parent4e4f0355794c80ed8d351a237d3a2907b8824123 (diff)
downloadtk-c693ced2182e43e881ebd26e0cfe533caa28861c.zip
tk-c693ced2182e43e881ebd26e0cfe533caa28861c.tar.gz
tk-c693ced2182e43e881ebd26e0cfe533caa28861c.tar.bz2
* generic/tk.h: Bump to 8.5.5 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-xunix/configure2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tk.spec4
3 files changed, 5 insertions, 5 deletions
diff --git a/unix/configure b/unix/configure
index 1b44695..a591d72 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=".5b1"
+TK_PATCH_LEVEL=".5"
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 9fef50f..ac056a5 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.4 2008/08/28 16:13:47 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.153.2.5 2008/10/10 18:25:10 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=".5b1"
+TK_PATCH_LEVEL=".5"
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 053b136..f56f984 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -1,11 +1,11 @@
-# $Id: tk.spec,v 1.34.2.4 2008/08/28 16:13:47 dgp Exp $
+# $Id: tk.spec,v 1.34.2.5 2008/10/10 18:25:10 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.5b1
+Version: 8.5.5
Release: 2
License: BSD
Group: Development/Languages