summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-03-06 15:36:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-03-06 15:36:17 (GMT)
commit37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b (patch)
tree9cc860eac2dab3724c58f93d7f27e30c3a754757
parent36001df29a52f1fc25fd4635b256abf5964bb642 (diff)
downloadtk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.zip
tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.gz
tk-37b0425f7ac3a9e50d8ebac35e3bac75cb2b765b.tar.bz2
Bumped patchlevel; might need changing in the future, but it makes life
easier for now.
-rw-r--r--ChangeLog7
-rw-r--r--README4
-rw-r--r--generic/tk.h6
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tk.spec6
-rw-r--r--win/configure.in4
6 files changed, 19 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index c8d797d..e41a93f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * README, generic/tk.h, unix/configure.in, unix/tk.spec:
+ * win/configure.in: Bumped patchlevel; this might need to change
+ in the future, but it will help us distinguish between the CVS
+ version and the most recent released version.
+
2002-03-05 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.4a4 TAGGED FOR RELEASE ***
diff --git a/README b/README
index 99918ce..2dc84dc 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
README: Tk
- This is the Tk 8.4a4 source distribution.
+ This is the Tk 8.4a5 source distribution.
Tcl/Tk is also available through NetCVS:
http://tcl.sourceforge.net/
You can get any source release of Tcl from the file distributions
link at the above URL.
-RCS: @(#) $Id: README,v 1.32 2002/03/04 23:31:45 hobbs Exp $
+RCS: @(#) $Id: README,v 1.33 2002/03/06 15:36:17 dkf Exp $
1. Introduction
---------------
diff --git a/generic/tk.h b/generic/tk.h
index 9903342..2f082b1 100644
--- a/generic/tk.h
+++ b/generic/tk.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tk.h,v 1.57 2001/09/26 20:25:17 pspjuth Exp $
+ * RCS: @(#) $Id: tk.h,v 1.58 2002/03/06 15:36:17 dkf Exp $
*/
#ifndef _TK
@@ -48,10 +48,10 @@ extern "C" {
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 4
#define TK_RELEASE_LEVEL TCL_ALPHA_RELEASE
-#define TK_RELEASE_SERIAL 4
+#define TK_RELEASE_SERIAL 5
#define TK_VERSION "8.4"
-#define TK_PATCH_LEVEL "8.4a4"
+#define TK_PATCH_LEVEL "8.4a5"
/*
* The following definitions set up the proper options for Macintosh
diff --git a/unix/configure.in b/unix/configure.in
index 9648b82..3f4cb5f 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,14 +3,14 @@ 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.70 2002/02/19 01:06:19 hobbs Exp $
+# RCS: @(#) $Id: configure.in,v 1.71 2002/03/06 15:36:17 dkf Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a4"
+TK_PATCH_LEVEL="a5"
VERSION=${TK_VERSION}
LOCALES="de en es fr"
diff --git a/unix/tk.spec b/unix/tk.spec
index 27d2549..e226c92 100644
--- a/unix/tk.spec
+++ b/unix/tk.spec
@@ -1,7 +1,7 @@
-# $Id: tk.spec,v 1.8 2002/03/05 20:33:57 hobbs Exp $
+# $Id: tk.spec,v 1.9 2002/03/06 15:36:17 dkf Exp $
# This file is the basis for a binary Tk Linux RPM.
-%define version 8.4a4
+%define version 8.4a5
%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.4a4
+Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4a5
%description
The Tcl (Tool Command Language) provides a powerful platform for
diff --git a/win/configure.in b/win/configure.in
index 1e99ead..a57631d 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,14 +3,14 @@
# generate the file "configure", which is run during Tk installation
# to configure the system for the local environment.
#
-# RCS: @(#) $Id: configure.in,v 1.40 2002/01/11 20:56:38 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.41 2002/03/06 15:36:17 dkf Exp $
AC_INIT(../generic/tk.h)
TK_VERSION=8.4
TK_MAJOR_VERSION=8
TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a4"
+TK_PATCH_LEVEL="a5"
VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
#------------------------------------------------------------------------