From 75e6a3beeb39aae93e43a78e9fee71e540038588 Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 7 Jun 2005 14:03:37 +0000 Subject: Bump patchlevel to a4 --- ChangeLog | 4 ++++ README | 4 ++-- generic/tcl.h | 6 +++--- tools/tcl.wse.in | 2 +- unix/configure.in | 4 ++-- unix/tcl.spec | 4 ++-- win/README.binary | 4 ++-- win/configure.in | 4 ++-- 8 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 05d318d..0e336c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-07 Donal K. Fellows + + Bump patchlevel to a4 to distinguish from a3 release. + 2005-06-07 Donal K. Fellows * generic/tclInt.h (INTERP_TRACE_IN_PROGRESS): Add flag so the error diff --git a/README b/README index 0898130..d027e26 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tcl - This is the Tcl 8.5a3 source distribution. + This is the Tcl 8.5a4 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.55 2005/05/10 18:33:52 kennykb Exp $ +RCS: @(#) $Id: README,v 1.56 2005/06/07 14:03:48 dkf Exp $ Contents -------- diff --git a/generic/tcl.h b/generic/tcl.h index ffbb166..5bfd72b 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.199 2005/06/06 23:45:42 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.200 2005/06/07 14:03:49 dkf Exp $ */ #ifndef _TCL @@ -57,10 +57,10 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TCL_RELEASE_SERIAL 3 +#define TCL_RELEASE_SERIAL 4 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5a3" +#define TCL_PATCH_LEVEL "8.5a4" /* * The following definitions set up the proper options for Windows diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 8687402..f079ee5 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -12,7 +12,7 @@ item: Global Log Pathname=%MAINDIR%\INSTALL.LOG Message Font=MS Sans Serif Font Size=8 - Disk Label=tcl8.5a3 + Disk Label=tcl8.5a4 Disk Filename=setup Patch Flags=0000000000000001 Patch Threshold=85 diff --git a/unix/configure.in b/unix/configure.in index 6f07302..f4b36ed 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 Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.133 2005/05/31 12:29:05 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.134 2005/06/07 14:03:52 dkf Exp $ AC_INIT([tcl],[8.5]) AC_PREREQ(2.57) @@ -17,7 +17,7 @@ dnl AH_BOTTOM([#endif /* _TCLCONFIG */]) TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index 0c2baf9..3d1fe48 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.22 2005/05/10 18:35:27 kennykb Exp $ +# $Id: tcl.spec,v 1.23 2005/06/07 14:03:53 dkf Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.5a3 +%define version 8.5a4 %define directory /usr/local Summary: Tcl scripting language development environment diff --git a/win/README.binary b/win/README.binary index e1e8449..ad11a30 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.5 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.40 2005/05/10 18:35:30 kennykb Exp $ +RCS: @(#) $Id: README.binary,v 1.41 2005/06/07 14:03:53 dkf Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.5a3 for +This directory contains the binary distribution of Tcl/Tk 8.5a4 for Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32 API, so that it will run under Windows 98, NT, 2000 and XP. diff --git a/win/configure.in b/win/configure.in index 3e9b6cc..2e1dff6 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.83 2005/05/10 18:35:30 kennykb Exp $ +# RCS: @(#) $Id: configure.in,v 1.84 2005/06/07 14:03:53 dkf Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 -- cgit v0.12