summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-21 23:55:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-21 23:55:34 (GMT)
commit42c4603e613b94b62297993c7b10675de884e72d (patch)
tree3fff5f14650b4f7eee2f7a12c08235862a93345f
parentd8de05d89db6daa2002bb5b309c85d40328573d7 (diff)
downloadtcl-42c4603e613b94b62297993c7b10675de884e72d.zip
tcl-42c4603e613b94b62297993c7b10675de884e72d.tar.gz
tcl-42c4603e613b94b62297993c7b10675de884e72d.tar.bz2
Bumped version number to b1 in preparation for release.
-rw-r--r--ChangeLog6
-rw-r--r--README4
-rw-r--r--generic/tcl.h10
-rw-r--r--tools/tcl.wse.in2
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
-rw-r--r--win/README.binary4
-rw-r--r--win/configure.in4
8 files changed, 22 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c24b29..e9e03dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-22 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * tools/tcl.wse.in (Disk Label), unix/tcl.spec (version):
+ * win/README.binary, README, win/configure.in, unix/configure.in:
+ * generic/tcl.h (TCL_RELEASE_*, TCL_PATCH_LEVEL): Bump to beta1.
+
2002-06-21 Joe English <jenglish@users.sourceforge.net>
* generic/tclCompExpr.c:
diff --git a/README b/README
index 576209c..3df52f9 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
README: Tcl
- This is the Tcl 8.4a5 source distribution.
+ This is the Tcl 8.4b1 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.41 2002/03/06 15:20:23 dkf Exp $
+RCS: @(#) $Id: README,v 1.42 2002/06/21 23:55:34 dkf Exp $
Contents
--------
diff --git a/generic/tcl.h b/generic/tcl.h
index f74f18a..34a3311 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.129 2002/06/21 14:22:28 vincentdarley Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.130 2002/06/21 23:55:35 dkf Exp $
*/
#ifndef _TCL
@@ -52,18 +52,18 @@ extern "C" {
* win/README (not patchlevel) (sections 0 and 2)
* unix/README (not patchlevel) (part (h))
* unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch)
- * tests/basic.test (1 LOC M/M)
+ * tests/basic.test (1 LOC M/M, not patchlevel)
* tools/tcl.hpj.in (not patchlevel, for windows installer)
* tools/tcl.wse.in (for windows installer)
* tools/tclSplash.bmp (not patchlevel)
*/
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 4
-#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE
-#define TCL_RELEASE_SERIAL 5
+#define TCL_RELEASE_LEVEL TCL_BETA_RELEASE
+#define TCL_RELEASE_SERIAL 1
#define TCL_VERSION "8.4"
-#define TCL_PATCH_LEVEL "8.4a5"
+#define TCL_PATCH_LEVEL "8.4b1"
/*
* The following definitions set up the proper options for Windows
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in
index 4e2640f..68b551c 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.4a5
+ Disk Label=tcl8.4b1
Disk Filename=setup
Patch Flags=0000000000000001
Patch Threshold=85
diff --git a/unix/configure.in b/unix/configure.in
index 7a016c4..9a57422 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,14 +3,14 @@ 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.87 2002/05/31 22:20:22 dgp Exp $
+# RCS: @(#) $Id: configure.in,v 1.88 2002/06/21 23:55:35 dkf Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a5"
+TCL_PATCH_LEVEL="b1"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 15204a7..e514ce3 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.10 2002/03/06 15:20:23 dkf Exp $
+# $Id: tcl.spec,v 1.11 2002/06/21 23:55:35 dkf Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.4a5
+%define version 8.4b1
%define directory /usr/local
Summary: Tcl scripting language development environment
diff --git a/win/README.binary b/win/README.binary
index fc32112..0b14a0a 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,11 +1,11 @@
Tcl/Tk 8.4 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.28 2002/03/06 15:20:23 dkf Exp $
+RCS: @(#) $Id: README.binary,v 1.29 2002/06/21 23:55:35 dkf Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.4a5 for
+This directory contains the binary distribution of Tcl/Tk 8.4b1 for
Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32
API, so that it will run under Windows NT, 95, 98 and 2000.
diff --git a/win/configure.in b/win/configure.in
index 067a790..dee3e04 100644
--- a/win/configure.in
+++ b/win/configure.in
@@ -3,14 +3,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.48 2002/03/15 01:10:19 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.49 2002/06/21 23:55:35 dkf Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a5"
+TCL_PATCH_LEVEL="b1"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
TCL_DDE_VERSION=1.2