summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-04 23:50:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-04 23:50:40 (GMT)
commit0f166d6f35a627e1bef3c3bad4a590845ed5580f (patch)
treed350fda87e77ed5c613bb21258645abde5c1ff7e /unix
parent993e01f8347657079103a0f41bbb5115c9d2f633 (diff)
downloadtk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.zip
tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.gz
tk-0f166d6f35a627e1bef3c3bad4a590845ed5580f.tar.bz2
* README: Bumped version number of
* generic/tk.h: Tk to 8.5a0. * library/tk.tcl: * mac/README: * macosx/Wish.pbproj/project.pbxproj: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/makefile.vc: * win/tcl.m4: * unix/configure: autoconf * win/configure:
Diffstat (limited to 'unix')
-rw-r--r--unix/README6
-rwxr-xr-xunix/configure6
-rw-r--r--unix/configure.in8
-rw-r--r--unix/tk.spec6
4 files changed, 13 insertions, 13 deletions
diff --git a/unix/README b/unix/README
index 1b0c580..2fbbe79 100644
--- a/unix/README
+++ b/unix/README
@@ -20,7 +20,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.19 2003/02/27 00:05:54 hobbs Exp $
+RCS: @(#) $Id: README,v 1.20 2003/03/04 23:50:44 dgp Exp $
How To Compile And Install Tk:
------------------------------
@@ -110,9 +110,9 @@ How To Compile And Install Tk:
TCL_LIBRARY environment variable as well (see the Tcl README file
for information on this). Note that installed versions of wish,
libtk.a, libtk.so, and the Tk library have a version number in their
- names, such as "wish8.4" or "libtk8.4.so"; to use the installed
+ names, such as "wish8.5" or "libtk8.5.so"; to use the installed
versions, either specify the version number or create a symbolic
- link (e.g. from "wish" to "wish8.4").
+ link (e.g. from "wish" to "wish8.5").
If you have trouble compiling Tk, see the URL noted above about working
platforms. It contains information that people have provided about changes
diff --git a/unix/configure b/unix/configure
index 1d5026d..a2e055f 100755
--- a/unix/configure
+++ b/unix/configure
@@ -544,10 +544,10 @@ fi
-TK_VERSION=8.4
+TK_VERSION=8.5
TK_MAJOR_VERSION=8
-TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".2"
+TK_MINOR_VERSION=5
+TK_PATCH_LEVEL="a0"
VERSION=${TK_VERSION}
LOCALES="cs de el en en_gb es fr it nl ru"
diff --git a/unix/configure.in b/unix/configure.in
index 32e695f..ebf3cd1 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,15 +3,15 @@ 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.83 2003/02/15 02:21:00 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.84 2003/03/04 23:50:44 dgp Exp $
AC_INIT(../generic/tk.h)
AC_PREREQ(2.13)
-TK_VERSION=8.4
+TK_VERSION=8.5
TK_MAJOR_VERSION=8
-TK_MINOR_VERSION=4
-TK_PATCH_LEVEL=".2"
+TK_MINOR_VERSION=5
+TK_PATCH_LEVEL="a0"
VERSION=${TK_VERSION}
LOCALES="cs de el en en_gb es fr it nl ru"
diff --git a/unix/tk.spec b/unix/tk.spec
index d6f0480..befe1af 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -1,7 +1,7 @@
-# $Id: tk.spec,v 1.15 2003/02/15 02:21:00 hobbs Exp $
+# $Id: tk.spec,v 1.16 2003/03/04 23:50:45 dgp Exp $
# This file is the basis for a binary Tk Linux RPM.
-%define version 8.4.2
+%define version 8.5a0
%define directory /usr/local
Summary: Tk graphical toolkit for the Tcl scripting language.
@@ -14,7 +14,7 @@ Source: http://prdownloads.sourceforge.net/tcl/tk%{version}-src.tar.gz
URL: http://www.tcl.tk/
Packager: Carina
Buildroot: /var/tmp/%{name}%{version}
-Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4.2
+Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.5a0
%description
The Tcl (Tool Command Language) provides a powerful platform for