Tcl Source Code

Artifact [c6948a7a43]
Login

Artifact c6948a7a438699235c6a538edada6dea5c4040d3:

Attachment "a4tk.patch" to ticket [448938ffff] added by dgp 2001-08-08 11:57:57.
Index: README
===================================================================
RCS file: /cvsroot/tktoolkit/tk/README,v
retrieving revision 1.30
diff -u -r1.30 README
--- README	2001/08/07 02:43:52	1.30
+++ README	2001/08/08 04:56:04
@@ -1,5 +1,5 @@
 README:  Tk
-    This is the Tk 8.4a3 source distribution.
+    This is the Tk 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/tk.h
===================================================================
RCS file: /cvsroot/tktoolkit/tk/generic/tk.h,v
retrieving revision 1.55
diff -u -r1.55 tk.h
--- generic/tk.h	2001/05/22 00:22:41	1.55
+++ generic/tk.h	2001/08/08 04:56:04
@@ -48,10 +48,10 @@
 #define TK_MAJOR_VERSION   8
 #define TK_MINOR_VERSION   4
 #define TK_RELEASE_LEVEL   TCL_ALPHA_RELEASE
-#define TK_RELEASE_SERIAL  3
+#define TK_RELEASE_SERIAL  4
 
 #define TK_VERSION	"8.4"
-#define TK_PATCH_LEVEL	"8.4a3"
+#define TK_PATCH_LEVEL	"8.4a4"
 
 /*
  * The following definitions set up the proper options for Macintosh
Index: unix/configure
===================================================================
RCS file: /cvsroot/tktoolkit/tk/unix/configure,v
retrieving revision 1.12
diff -u -r1.12 configure
--- unix/configure	2001/08/07 01:14:19	1.12
+++ unix/configure	2001/08/08 04:56:04
@@ -542,7 +542,7 @@
 TK_VERSION=8.4
 TK_MAJOR_VERSION=8
 TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a3"
+TK_PATCH_LEVEL="a4"
 VERSION=${TK_VERSION}
 LOCALES="de en es fr"
 
Index: unix/configure.in
===================================================================
RCS file: /cvsroot/tktoolkit/tk/unix/configure.in,v
retrieving revision 1.62
diff -u -r1.62 configure.in
--- unix/configure.in	2001/07/11 01:36:41	1.62
+++ unix/configure.in	2001/08/08 04:56:04
@@ -8,7 +8,7 @@
 TK_VERSION=8.4
 TK_MAJOR_VERSION=8
 TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a3"
+TK_PATCH_LEVEL="a4"
 VERSION=${TK_VERSION}
 LOCALES="de en es fr"
 
Index: unix/tk.spec
===================================================================
RCS file: /cvsroot/tktoolkit/tk/unix/tk.spec,v
retrieving revision 1.6
diff -u -r1.6 tk.spec
--- unix/tk.spec	2001/04/02 02:08:55	1.6
+++ unix/tk.spec	2001/08/08 04:56:04
@@ -1,7 +1,7 @@
 # $Id: tk.spec,v 1.6 2001/04/02 02:08:55 hobbs Exp $
 # This file is the basis for a binary Tk Linux RPM.
 
-%define version 8.4a3
+%define version 8.4a4
 %define directory /usr/local
 
 Summary: Tk graphical toolkit for the Tcl scripting language.
@@ -14,7 +14,7 @@
 URL: http://dev.scriptics.com/
 Packager: Scriptics Corporation
 Buildroot: /var/tmp/%{name}%{version}
-Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4a3
+Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.4a4
 
 %description
 The Tcl (Tool Command Language) provides a powerful platform for
Index: win/configure
===================================================================
RCS file: /cvsroot/tktoolkit/tk/win/configure,v
retrieving revision 1.23
diff -u -r1.23 configure
--- win/configure	2001/08/04 00:29:56	1.23
+++ win/configure	2001/08/08 04:56:05
@@ -535,7 +535,7 @@
 TK_VERSION=8.4
 TK_MAJOR_VERSION=8
 TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a3"
+TK_PATCH_LEVEL="a4"
 VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
 
 #------------------------------------------------------------------------
Index: win/configure.in
===================================================================
RCS file: /cvsroot/tktoolkit/tk/win/configure.in,v
retrieving revision 1.35
diff -u -r1.35 configure.in
--- win/configure.in	2001/07/06 02:25:02	1.35
+++ win/configure.in	2001/08/08 04:56:05
@@ -9,7 +9,7 @@
 TK_VERSION=8.4
 TK_MAJOR_VERSION=8
 TK_MINOR_VERSION=4
-TK_PATCH_LEVEL="a3"
+TK_PATCH_LEVEL="a4"
 VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION
 
 #------------------------------------------------------------------------