diff options
author | hobbs <hobbs> | 2000-07-27 01:05:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-07-27 01:05:56 (GMT) |
commit | eee0f59fb6bf5ba92120e09639a1c6c7b4de67d0 (patch) | |
tree | bbb104029c05af7bc5715b361dffddf167d2bd4b | |
parent | e721b4158c864312f81615d4323793231ad96ac6 (diff) | |
download | tk-eee0f59fb6bf5ba92120e09639a1c6c7b4de67d0.zip tk-eee0f59fb6bf5ba92120e09639a1c6c7b4de67d0.tar.gz tk-eee0f59fb6bf5ba92120e09639a1c6c7b4de67d0.tar.bz2 |
* unix/configure.in (TK_PATCH_LEVEL): updated to 8.3.2
* unix/tk.spec:
* win/configure.in:
* generic/tk.h:
* README:
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | generic/tk.h | 8 | ||||
-rw-r--r-- | unix/configure.in | 4 | ||||
-rw-r--r-- | unix/tk.spec | 6 | ||||
-rw-r--r-- | win/configure.in | 4 |
6 files changed, 21 insertions, 13 deletions
@@ -1,3 +1,11 @@ +2000-07-26 Jeff Hobbs <hobbs@scriptics.com> + + * unix/configure.in (TK_PATCH_LEVEL): updated to 8.3.2 + * unix/tk.spec: + * win/configure.in: + * generic/tk.h: + * README: + 2000-07-22 Brent Welch <welch@ajubasolutions.com> * win/Makefile.in, win/configure.in, win/rc/tk.rc, win/rc/tk_base.rc Trying to generalize .rc files so they work with both DLL's and @@ -1,11 +1,11 @@ README: Tk - This is the Tk 8.3.1 source distribution. + This is the Tk 8.3.2 source distribution. You can get any release of Tcl from: http://dev.scriptics.com/registration/<version>.html Tcl/Tk is also available through NetCVS: http://dev.scriptics.com/software/tcltk/netcvs.html -RCS: @(#) $Id: README,v 1.25 2000/04/26 17:37:34 hobbs Exp $ +RCS: @(#) $Id: README,v 1.25.2.1 2000/07/27 01:05:57 hobbs Exp $ 1. Introduction --------------- diff --git a/generic/tk.h b/generic/tk.h index d65b652..62efbc6 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -7,12 +7,12 @@ * Copyright (c) 1989-1994 The Regents of the University of California. * Copyright (c) 1994 The Australian National University. * Copyright (c) 1994-1998 Sun Microsystems, Inc. - * Copyright (c) 1998-2000 Scriptics Corporation. + * Copyright (c) 1998-2000 Ajuba Solutions. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.39 2000/04/19 09:25:53 hobbs Exp $ + * RCS: @(#) $Id: tk.h,v 1.39.2.1 2000/07/27 01:05:57 hobbs Exp $ */ #ifndef _TK @@ -48,10 +48,10 @@ extern "C" { #define TK_MAJOR_VERSION 8 #define TK_MINOR_VERSION 3 #define TK_RELEASE_LEVEL TCL_FINAL_RELEASE -#define TK_RELEASE_SERIAL 1 +#define TK_RELEASE_SERIAL 2 #define TK_VERSION "8.3" -#define TK_PATCH_LEVEL "8.3.1" +#define TK_PATCH_LEVEL "8.3.2" /* * The following definitions set up the proper options for Macintosh diff --git a/unix/configure.in b/unix/configure.in index 1c13da1..ce116b9 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 Tk installation dnl to configure the system for the local environment. AC_INIT(../generic/tk.h) -# RCS: @(#) $Id: configure.in,v 1.49 2000/04/19 09:25:54 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.49.2.1 2000/07/27 01:05:58 hobbs Exp $ TK_VERSION=8.3 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=3 -TK_PATCH_LEVEL=".1" +TK_PATCH_LEVEL=".2" VERSION=${TK_VERSION} if test "${prefix}" = "NONE"; then diff --git a/unix/tk.spec b/unix/tk.spec index 47bd229..508ceee 100644 --- a/unix/tk.spec +++ b/unix/tk.spec @@ -1,7 +1,7 @@ -# $Id: tk.spec,v 1.3 2000/04/26 17:37:35 hobbs Exp $ +# $Id: tk.spec,v 1.3.2.1 2000/07/27 01:05:58 hobbs Exp $ # This file is the basis for a binary Tk Linux RPM. -%define version 8.3.1 +%define version 8.3.2 %define directory /usr/local Summary: Tk graphical toolkit for the Tcl scripting language. @@ -14,7 +14,7 @@ Source: ftp://ftp.scriptics.com/pub/tcl/tcl8_3/tk%{version}.tar.gz 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.3.1 +Requires: XFree86-libs >= 3.3.3, XFree86-devel >= 3.3.3, tcl = 8.3.2 %description The Tcl (Tool Command Language) provides a powerful platform for diff --git a/win/configure.in b/win/configure.in index 48902af..1d6f168 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,14 @@ # generate the file "configure", which is run during Tk installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.16.2.2 2000/07/23 04:48:17 welch Exp $ +# RCS: @(#) $Id: configure.in,v 1.16.2.3 2000/07/27 01:05:58 hobbs Exp $ AC_INIT(../generic/tk.h) TK_VERSION=8.3 TK_MAJOR_VERSION=8 TK_MINOR_VERSION=3 -TK_PATCH_LEVEL=".1" +TK_PATCH_LEVEL=".2" VER=$TK_MAJOR_VERSION$TK_MINOR_VERSION #-------------------------------------------------------------------- |