From 7b08fb859fa7eb365d667c7c675940df68ee070d Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 8 Aug 2001 18:41:10 +0000 Subject: *Bumped up patchlevel to 8.4a4 to distinguish CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938]. --- ChangeLog | 12 ++++++++++++ README | 4 ++-- generic/tk.h | 6 +++--- unix/configure | 4 ++-- unix/configure.in | 4 ++-- unix/tk.spec | 6 +++--- win/configure | 2 +- win/configure.in | 4 ++-- 8 files changed, 27 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8637f8d..027d5fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2001-08-08 Don Porter + + * README: + * generic/tk.h: + * unix/configure: + * unix/configure.in: + * unix/tk.spec: + * win/configure: + * win/configure.in: Bumped up patchlevel to 8.4a4 to distinguish + CVS snapshots from the 8.4a3 release. This does not necessarily + mean there will be an 8.4a4 release. [Bug 448938]. + 2001-08-07 Jeff Hobbs * unix/Makefile.in (dist): added {unix,win}/tcl.m4 and diff --git a/README b/README index a13f97e..695ca7b 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tk - This is the Tk 8.4a3 source distribution. + This is the Tk 8.4a4 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.30 2001/08/07 02:43:52 hobbs Exp $ +RCS: @(#) $Id: README,v 1.31 2001/08/08 18:41:10 dgp Exp $ 1. Introduction --------------- diff --git a/generic/tk.h b/generic/tk.h index f8626b2..0751507 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.55 2001/05/22 00:22:41 hobbs Exp $ + * RCS: @(#) $Id: tk.h,v 1.56 2001/08/08 18:41:10 dgp 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 3 +#define TK_RELEASE_SERIAL 4 #define TK_VERSION "8.4" -#define TK_PATCH_LEVEL "8.4a3" +#define TK_PATCH_LEVEL "8.4a4" /* * The following definitions set up the proper options for Macintosh diff --git a/unix/configure b/unix/configure index b969311..317137c 100755 --- a/unix/configure +++ b/unix/configure @@ -537,12 +537,12 @@ else fi -# RCS: @(#) $Id: configure.in,v 1.62 2001/07/11 01:36:41 mdejong Exp $ +# RCS: @(#) $Id: configure,v 1.12 2001/08/07 01:14:19 hobbs Exp $ TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VERSION=${TK_VERSION} LOCALES="de en es fr" diff --git a/unix/configure.in b/unix/configure.in index cc325ae..a3227f0 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,12 +3,12 @@ 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. AC_INIT(../generic/tk.h) -# RCS: @(#) $Id: configure.in,v 1.62 2001/07/11 01:36:41 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.63 2001/08/08 18:41:10 dgp Exp $ TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VERSION=${TK_VERSION} LOCALES="de en es fr" diff --git a/unix/tk.spec b/unix/tk.spec index 54c2251..f282a16 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.6 2001/04/02 02:08:55 hobbs Exp $ +# $Id: tk.spec,v 1.7 2001/08/08 18:41:10 dgp Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.4a3 +%define version 8.4a4 %define directory /usr/local Summary: Tk graphical toolkit for the Tcl scripting language. @@ -14,7 +14,7 @@ Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_4/tk%{version}.tar.gz URL: http://dev.scriptics.com/ Packager: Scriptics Corporation Buildroot: /var/tmp/%{name}%{version} -Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4a3 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4a4 %description The Tcl (Tool Command Language) provides a powerful platform for diff --git a/win/configure b/win/configure index 34720bd..aea3a16 100755 --- a/win/configure +++ b/win/configure @@ -535,7 +535,7 @@ fi TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ diff --git a/win/configure.in b/win/configure.in index 1de35e1..cede0ee 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,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.35 2001/07/06 02:25:02 mdejong Exp $ +# RCS: @(#) $Id: configure.in,v 1.36 2001/08/08 18:41:10 dgp Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.4 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=4 -TK_PATCH_LEVEL="a3" +TK_PATCH_LEVEL="a4" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #------------------------------------------------------------------------ -- cgit v0.12