Tcl Source Code

Artifact [8107b6cb2c]
Login

Artifact 8107b6cb2c1e0eedbd290da99d389ee7c9e98022:

Attachment "a4.patch" to ticket [448938ffff] added by dgp 2001-08-08 11:50:30.
Index: README
===================================================================
RCS file: /cvsroot/tcl/tcl/README,v
retrieving revision 1.38
diff -u -r1.38 README
--- README	2001/08/07 02:44:40	1.38
+++ README	2001/08/08 04:47:51
@@ -1,5 +1,5 @@
 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
Index: generic/tcl.h
===================================================================
RCS file: /cvsroot/tcl/tcl/generic/tcl.h,v
retrieving revision 1.94
diff -u -r1.94 tcl.h
--- generic/tcl.h	2001/07/31 19:12:06	1.94
+++ generic/tcl.h	2001/08/08 04:47:51
@@ -60,10 +60,10 @@
 #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
Index: tools/tcl.wse.in
===================================================================
RCS file: /cvsroot/tcl/tcl/tools/tcl.wse.in,v
retrieving revision 1.32
diff -u -r1.32 tcl.wse.in
--- tools/tcl.wse.in	2001/04/25 13:08:21	1.32
+++ tools/tcl.wse.in	2001/08/08 04:47:52
@@ -12,7 +12,7 @@
   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
Index: unix/configure
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/configure,v
retrieving revision 1.16
diff -u -r1.16 configure
--- unix/configure	2001/08/07 00:48:22	1.16
+++ unix/configure	2001/08/08 04:47:53
@@ -538,7 +538,7 @@
 TCL_VERSION=8.4
 TCL_MAJOR_VERSION=8
 TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
 VERSION=${TCL_VERSION}
 
 #------------------------------------------------------------------------
Index: unix/configure.in
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/configure.in,v
retrieving revision 1.70
diff -u -r1.70 configure.in
--- unix/configure.in	2001/07/11 00:59:31	1.70
+++ unix/configure.in	2001/08/08 04:47:53
@@ -8,7 +8,7 @@
 TCL_VERSION=8.4
 TCL_MAJOR_VERSION=8
 TCL_MINOR_VERSION=4
-TCL_PATCH_LEVEL="a3"
+TCL_PATCH_LEVEL="a4"
 VERSION=${TCL_VERSION}
 
 #------------------------------------------------------------------------
Index: unix/tcl.spec
===================================================================
RCS file: /cvsroot/tcl/tcl/unix/tcl.spec,v
retrieving revision 1.7
diff -u -r1.7 tcl.spec
--- unix/tcl.spec	2001/04/02 01:59:26	1.7
+++ unix/tcl.spec	2001/08/08 04:47:53
@@ -1,7 +1,7 @@
 # $Id: tcl.spec,v 1.7 2001/04/02 01:59:26 hobbs 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
Index: win/README.binary
===================================================================
RCS file: /cvsroot/tcl/tcl/win/README.binary,v
retrieving revision 1.25
diff -u -r1.25 README.binary
--- win/README.binary	2001/08/07 02:44:40	1.25
+++ win/README.binary	2001/08/08 04:47:53
@@ -5,7 +5,7 @@
 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.
 
Index: win/configure
===================================================================
RCS file: /cvsroot/tcl/tcl/win/configure,v
retrieving revision 1.21
diff -u -r1.21 configure
--- win/configure	2001/08/04 00:28:25	1.21
+++ win/configure	2001/08/08 04:47:53
@@ -533,7 +533,7 @@
 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
Index: win/configure.in
===================================================================
RCS file: /cvsroot/tcl/tcl/win/configure.in,v
retrieving revision 1.39
diff -u -r1.39 configure.in
--- win/configure.in	2001/07/06 02:20:31	1.39
+++ win/configure.in	2001/08/08 04:47:53
@@ -9,7 +9,7 @@
 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