From 399c0fbbc698d37a131df0acaa371cfe0c033afa Mon Sep 17 00:00:00 2001 From: redman Date: Tue, 10 Aug 1999 23:16:25 +0000 Subject: Change version numbers to 8.2.0 --- README | 8 ++++---- generic/tcl.h | 8 ++++---- tools/tcl.wse.in | 2 +- unix/configure.in | 4 ++-- win/README.binary | 8 ++++---- win/configure.in | 4 ++-- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README b/README index 9df133a..ca3ce8b 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ README: Tcl - This is the Tcl 8.2b2 source distribution. + This is the Tcl 8.2.0 source distribution. You can get this release from: - http://www.scriptics.com/registration/8.2b2.tml + http://www.scriptics.com/registration/8.2.0.tml -RCS: @(#) $Id: README,v 1.22 1999/07/22 21:50:53 redman Exp $ +RCS: @(#) $Id: README,v 1.23 1999/08/10 23:16:25 redman Exp $ Contents -------- @@ -50,7 +50,7 @@ Information about new features in 8.2 can be found at http://www.scriptics.com/software/whatsnew82.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.2b2 + http://www.scriptics.com/software/relnotes/tcl8.2.0 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ diff --git a/generic/tcl.h b/generic/tcl.h index b80bc91..1a44df7 100644 --- a/generic/tcl.h +++ b/generic/tcl.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: tcl.h,v 1.56 1999/08/02 17:45:36 redman Exp $ + * RCS: @(#) $Id: tcl.h,v 1.57 1999/08/10 23:16:25 redman Exp $ */ #ifndef _TCL @@ -55,11 +55,11 @@ extern "C" { #define TCL_MAJOR_VERSION 8 #define TCL_MINOR_VERSION 2 -#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE -#define TCL_RELEASE_SERIAL 2 +#define TCL_RELEASE_LEVEL TCL_FINAL_RELEASE +#define TCL_RELEASE_SERIAL 0 #define TCL_VERSION "8.2" -#define TCL_PATCH_LEVEL "8.2b2" +#define TCL_PATCH_LEVEL "8.2.0" /* * The following definitions set up the proper options for Windows diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index d8a87e5..7454e92 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.2b2 + Disk Label=tcl8.2.0 Disk Filename=setup Patch Flags=0000000000000001 Patch Threshold=85 diff --git a/unix/configure.in b/unix/configure.in index 9cc784b..f57745e 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -2,12 +2,12 @@ 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. AC_INIT(../generic/tcl.h) -# RCS: @(#) $Id: configure.in,v 1.46 1999/08/02 21:57:27 redman Exp $ +# RCS: @(#) $Id: configure.in,v 1.47 1999/08/10 23:16:26 redman Exp $ TCL_VERSION=8.2 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=2 -TCL_PATCH_LEVEL="b2" +TCL_PATCH_LEVEL=".0" VERSION=${TCL_VERSION} #------------------------------------------------------------------------ diff --git a/win/README.binary b/win/README.binary index ebb745d..0b70bb8 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.2b2 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.9 1999/07/22 21:50:56 redman Exp $ +RCS: @(#) $Id: README.binary,v 1.10 1999/08/10 23:16:27 redman Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.2b2 for +This directory contains the binary distribution of Tcl/Tk 8.2.0 for Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32 API, so that it will run under Windows NT, Windows 95, and Windows 98. @@ -32,7 +32,7 @@ Information about new features in Tcl/Tk 8.2 can be found at http://www.scriptics.com/software/whatsnew82.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.2b2 + http://www.scriptics.com/software/relnotes/tcl8.2.0 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ @@ -47,7 +47,7 @@ There are notes about compiling Tcl at --------------- The binary release is distributed as a self-extracting archive called -tcl82b2.exe. The setup program which will prompt you for an +tcl82.exe. The setup program which will prompt you for an installation directory. It will create the installation heirarchy under the specified directory, and install a wish application icon under the program manager group of your choice. diff --git a/win/configure.in b/win/configure.in index a53e7fd..a25b8a7 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,14 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.12 1999/08/02 21:57:32 redman Exp $ +# RCS: @(#) $Id: configure.in,v 1.13 1999/08/10 23:16:27 redman Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.2 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=2 -TCL_PATCH_LEVEL=b2 +TCL_PATCH_LEVEL=".0" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION #-------------------------------------------------------------------- -- cgit v0.12