From 140fb3e960a840ad859124661029bd212a210812 Mon Sep 17 00:00:00 2001 From: dkf Date: Fri, 10 Dec 2004 23:00:27 +0000 Subject: Bump to a3 to prevent confusion with a2 release. --- ChangeLog | 7 +++++++ 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, 21 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index d92ea0a..168354a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-12-10 Donal K. Fellows + + * tools/tcl.wse.in, unix/tcl.spec, win/README.binary, README: + * win/configure.in, unix/configure.in, generic/tcl.h: + Bumped version number to 8.5a3 to distinguish HEAD of CVS + development from the recent 8.5a2 release. + 2004-12-10 Miguel Sofer * generic/tclCompile.c (TclInitCompiledLocals): * generic/tclCompile.h: diff --git a/README b/README index d0b85ae..e895025 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ README: Tcl - This is the Tcl 8.5a2 source distribution. + This is the Tcl 8.5a3 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.53 2004/03/26 19:47:28 dgp Exp $ +RCS: @(#) $Id: README,v 1.54 2004/12/10 23:00:30 dkf Exp $ Contents -------- diff --git a/generic/tcl.h b/generic/tcl.h index 8f9caba..2a58e9d 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.191 2004/11/17 17:53:01 dgp Exp $ + * RCS: @(#) $Id: tcl.h,v 1.192 2004/12/10 23:00:30 dkf Exp $ */ #ifndef _TCL @@ -49,10 +49,10 @@ #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 5 #define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE -#define TCL_RELEASE_SERIAL 2 +#define TCL_RELEASE_SERIAL 3 #define TCL_VERSION "8.5" -#define TCL_PATCH_LEVEL "8.5a2" +#define TCL_PATCH_LEVEL "8.5a3" /* * The following definitions set up the proper options for Windows diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 2c622dc..8687402 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.5a2 + Disk Label=tcl8.5a3 Disk Filename=setup Patch Flags=0000000000000001 Patch Threshold=85 diff --git a/unix/configure.in b/unix/configure.in index 9ca3315..f19df49 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.123 2004/11/26 11:18:01 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.124 2004/12/10 23:00:32 dkf Exp $ AC_INIT([tcl],[8.5]) AC_PREREQ(2.57) @@ -13,7 +13,7 @@ dnl AC_CONFIG_COMMANDS_PRE([DEFS=-DHAVE_TCL_CONFIG_H]) TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a2" +TCL_PATCH_LEVEL="a3" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/unix/tcl.spec b/unix/tcl.spec index bf77c29..ab1ed9e 100644 --- a/unix/tcl.spec +++ b/unix/tcl.spec @@ -1,7 +1,7 @@ -# $Id: tcl.spec,v 1.20 2004/03/26 19:47:29 dgp Exp $ +# $Id: tcl.spec,v 1.21 2004/12/10 23:00:32 dkf Exp $ # This file is the basis for a binary Tcl RPM for Linux. -%define version 8.5a2 +%define version 8.5a3 %define directory /usr/local Summary: Tcl scripting language development environment diff --git a/win/README.binary b/win/README.binary index 229e880..16705d7 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.38 2004/07/01 10:08:11 dkf Exp $ +RCS: @(#) $Id: README.binary,v 1.39 2004/12/10 23:00:32 dkf Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.5a2 for +This directory contains the binary distribution of Tcl/Tk 8.5a3 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 a3189eb..df8d707 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.81 2004/06/11 20:25:25 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.82 2004/12/10 23:00:33 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="a2" +TCL_PATCH_LEVEL="a3" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 -- cgit v0.12