summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-08-08 22:28:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-08-08 22:28:23 (GMT)
commit280f05e70aff22b0058a6bbd878e84a12d01dcad (patch)
treece3a96612249539ad6e3a8b357bccb729772cb17
parent79f55ef4170e1f70fc91060fdedc7a80eb25996f (diff)
downloadtcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.zip
tcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.tar.gz
tcl-280f05e70aff22b0058a6bbd878e84a12d01dcad.tar.bz2
Bumped up patchlevel to 8.4a4 to distinguish
CVS snapshots from the 8.4a3 release. This does not necessarily mean there will be an 8.4a4 release. [Bug 448938].
-rw-r--r--ChangeLog14
-rw-r--r--README4
-rw-r--r--generic/tcl.h6
-rw-r--r--tools/tcl.wse.in2
-rwxr-xr-xunix/configure4
-rw-r--r--unix/configure.in4
-rw-r--r--unix/tcl.spec4
-rw-r--r--win/README.binary4
-rwxr-xr-xwin/configure2
-rw-r--r--win/configure.in4
10 files changed, 31 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 827b8c8..768d9d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-08-08 Don Porter <dgp@users.sourceforge.net>
+
+ * README:
+ * generic/tcl.h:
+ * tools/tcl.wse.in:
+ * unix/configure:
+ * unix/configure.in:
+ * unix/tcl.spec:
+ * win/README.binary:
+ * win/configure:
+ * win/configure.in: Bumped up patchlevel to 8.4a4 to distinguish
+ CVS snapshots from the 8.4a3 release. This does not necessarily
+ mean there will be an 8.4a4 release. [Bug 448938].
+
2001-08-06 Jeff Hobbs <jeffh@ActiveState.com>
8.4a3 RELEASE
diff --git a/README b/README
index 1423c7a..c4a7f6e 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
README: Tcl
- This is the Tcl 8.4a3 source distribution.
+ This is the Tcl 8.4a4 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.38 2001/08/07 02:44:40 hobbs Exp $
+RCS: @(#) $Id: README,v 1.39 2001/08/08 22:28:23 dgp Exp $
Contents
--------
diff --git a/generic/tcl.h b/generic/tcl.h
index 6e3ab91..aa7ce8a 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.94 2001/07/31 19:12:06 vincentdarley Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.95 2001/08/08 22:28:23 dgp Exp $
*/
#ifndef _TCL
@@ -60,10 +60,10 @@ extern "C" {
#define TCL_MAJOR_VERSION 8
#define TCL_MINOR_VERSION 4
#define TCL_RELEASE_LEVEL TCL_ALPHA_RELEASE
-#define TCL_RELEASE_SERIAL 3
+#define TCL_RELEASE_SERIAL 4
#define TCL_VERSION "8.4"
-#define TCL_PATCH_LEVEL "8.4a3"
+#define TCL_PATCH_LEVEL "8.4a4"
/*
* The following definitions set up the proper options for Windows
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in
index f2e8e76..10c0180 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.4a3
+ Disk Label=tcl8.4a4
Disk Filename=setup
Patch Flags=0000000000000001
Patch Threshold=85
diff --git a/unix/configure b/unix/configure
index 602d4de..01852bd 100755
--- a/unix/configure
+++ b/unix/configure
@@ -533,12 +533,12 @@ else
fi
-# RCS: @(#) $Id: configure.in,v 1.70 2001/07/11 00:59:31 mdejong Exp $
+# RCS: @(#) $Id: configure,v 1.16 2001/08/07 00:48:22 hobbs Exp $
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/configure.in b/unix/configure.in
index 1c1d6be..0fd1951 100644
--- a/unix/configure.in
+++ b/unix/configure.in
@@ -3,12 +3,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.70 2001/07/11 00:59:31 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.71 2001/08/08 22:28:24 dgp Exp $
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VERSION=${TCL_VERSION}
#------------------------------------------------------------------------
diff --git a/unix/tcl.spec b/unix/tcl.spec
index 20c9146..c113392 100644
--- a/unix/tcl.spec
+++ b/unix/tcl.spec
@@ -1,7 +1,7 @@
-# $Id: tcl.spec,v 1.7 2001/04/02 01:59:26 hobbs Exp $
+# $Id: tcl.spec,v 1.8 2001/08/08 22:28:24 dgp Exp $
# This file is the basis for a binary Tcl RPM for Linux.
-%define version 8.4a3
+%define version 8.4a4
%define directory /usr/local
Summary: Tcl scripting language development environment
diff --git a/win/README.binary b/win/README.binary
index 9533cec..9459850 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.25 2001/08/07 02:44:40 hobbs Exp $
+RCS: @(#) $Id: README.binary,v 1.26 2001/08/08 22:28:24 dgp Exp $
1. Introduction
---------------
-This directory contains the binary distribution of Tcl/Tk 8.4a3 for
+This directory contains the binary distribution of Tcl/Tk 8.4a4 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 b/win/configure
index 8813126..3de2bec 100755
--- a/win/configure
+++ b/win/configure
@@ -533,7 +533,7 @@ fi
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
if test "${prefix}" = "NONE"; then
diff --git a/win/configure.in b/win/configure.in
index 833317a..cc75eca 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.39 2001/07/06 02:20:31 mdejong Exp $
+# RCS: @(#) $Id: configure.in,v 1.40 2001/08/08 22:28:24 dgp Exp $
AC_INIT(../generic/tcl.h)
TCL_VERSION=8.4
TCL_MAJOR_VERSION=8
TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION
if test "${prefix}" = "NONE"; then