summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-03-17 21:29:56 (GMT)
committerstanton <stanton>1999-03-17 21:29:56 (GMT)
commitee3afddbd09e246c87138fb3b66a354dcb904b70 (patch)
tree0e9190b66d88b17df4a47800fdb6ce9054e93d0d
parent415b73ff44c63abfd27e8da7f25da512fc345540 (diff)
downloadtcl-ee3afddbd09e246c87138fb3b66a354dcb904b70.zip
tcl-ee3afddbd09e246c87138fb3b66a354dcb904b70.tar.gz
tcl-ee3afddbd09e246c87138fb3b66a354dcb904b70.tar.bz2
Updated version to 8.1b3.
-rw-r--r--README4
-rw-r--r--generic/tcl.h13
-rw-r--r--unix/configure.in4
-rw-r--r--win/README4
-rw-r--r--win/README.binary6
5 files changed, 15 insertions, 16 deletions
diff --git a/README b/README
index 3dfd9dd..f47f80c 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ README: Tcl
Tcl is maintained, enhanced, and distributed freely as a
service to the Tcl community by Scriptics Corporation.
-RCS: @(#) $Id: README,v 1.1.2.9 1999/03/14 00:53:23 rjohnson Exp $
+RCS: @(#) $Id: README,v 1.1.2.10 1999/03/17 21:29:56 stanton Exp $
Contents
--------
@@ -31,7 +31,7 @@ variety of web-related tasks and for creating powerful command
languages for applications.
This directory contains the sources and documentation for Tcl. The
-information here corresponds to release 8.1b2, which is the second
+information here corresponds to release 8.1b3, which is the third
beta release for Tcl 8.1. This release is mostly feature complete but
may have bugs and be missing some minor features. This release is for
early adopters who are willing to help us find and fix problems.
diff --git a/generic/tcl.h b/generic/tcl.h
index 15d6e3b..af0f199 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.1.2.18 1999/03/14 18:56:07 stanton Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.1.2.19 1999/03/17 21:29:57 stanton Exp $
*/
#ifndef _TCL
@@ -34,22 +34,21 @@
* unix/configure.in
* win/makefile.bc (only if major.minor changes, not patchlevel)
* win/makefile.vc (only if major.minor changes, not patchlevel)
- * win/pkgIndex.tcl (for tclregNN.dll)
+ * win/pkgIndex.tcl (for tclregNN.dll, not patchlevel)
* README
* mac/README
- * win/README
* win/README.binary
- * unix/README
- *
+ * win/README (only if major.minor changes, not patchlevel)
+ * unix/README (only if major.minor changes, not patchlevel)
*/
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 1
#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE
-#define TCL_RELEASE_SERIAL 2
+#define TCL_RELEASE_SERIAL 3
#define TCL_VERSION "8.1"
-#define TCL_PATCH_LEVEL "8.1b2"
+#define TCL_PATCH_LEVEL "8.1b3"
/*
* The following definitions set up the proper options for Windows
diff --git a/unix/configure.in b/unix/configure.in
index d4fa960..0bbc955 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.1.2.10 1999/03/10 06:49:27 stanton Exp $
+# RCS: @(#) $Id: configure.in,v 1.1.2.11 1999/03/17 21:29:57 stanton Exp $
TCL_VERSION=8.1
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=1
-TCL_PATCH_LEVEL=b2
+TCL_PATCH_LEVEL=b3
VERSION=${TCL_VERSION}
if test "${prefix}" = "NONE"; then
diff --git a/win/README b/win/README
index 44cd7fd..e2cc3d3 100644
--- a/win/README
+++ b/win/README
@@ -1,10 +1,10 @@
-Tcl 8.1b2 for Windows
+Tcl 8.1 for Windows
by Scott Stanton
Scriptics Corporation
scott.stanton@scriptics.com
-RCS: @(#) $Id: README,v 1.1.2.5 1999/02/12 00:58:00 stanton Exp $
+RCS: @(#) $Id: README,v 1.1.2.6 1999/03/17 21:29:58 stanton Exp $
1. Introduction
---------------
diff --git a/win/README.binary b/win/README.binary
index 056a6a1..c98cf79 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,11 +1,11 @@
-Tcl/Tk 8.1b2 for Windows, Binary Distribution
+Tcl/Tk 8.1b3 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.2.2.5 1999/02/12 00:58:00 stanton Exp $
+RCS: @(#) $Id: README.binary,v 1.2.2.6 1999/03/17 21:29:58 stanton Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.1b2 for
+This directory contains the binary distribution of Tcl/Tk 8.1b3 for
Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32
API, so that it will run under Windows NT and Windows 95. The
information here corresponds to the second beta release of 8.1.