From 18d330543869e240c2bd12fc9fbb8d5027f5cad6 Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 23 Oct 2006 20:31:48 +0000 Subject: * README: Bump version number to 8.5a6 * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: --- ChangeLog | 3 ++- generic/tk.h | 4 ++-- library/tk.tcl | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65eb4fd..0a96b53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -2006-10-18 Don Porter +2006-10-23 Don Porter * README: Bump version number to 8.5a6 * generic/tk.h: + * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: diff --git a/generic/tk.h b/generic/tk.h index 482cb21..644908c 100644 --- a/generic/tk.h +++ b/generic/tk.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: tk.h,v 1.90 2006/10/23 19:46:13 dgp Exp $ + * RCS: @(#) $Id: tk.h,v 1.91 2006/10/23 20:31:48 dgp Exp $ */ #ifndef _TK @@ -30,7 +30,7 @@ extern "C" { * When version numbers change here, you must also go into the following files * and update the version numbers: * - * library/tk.tcl (only if Major.minor changes, not patchlevel) + * library/tk.tcl (2 LOC patch) * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) * win/configure.in (as above) * README (sections 0 and 1) diff --git a/library/tk.tcl b/library/tk.tcl index 3af8ebc..c4e2b3d 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -3,7 +3,7 @@ # Initialization script normally executed in the interpreter for each # Tk-based application. Arranges class bindings for widgets. # -# RCS: @(#) $Id: tk.tcl,v 1.58 2006/09/22 19:02:07 andreas_kupries Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.59 2006/10/23 20:31:48 dgp Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -13,8 +13,8 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # Insist on running with compatible versions of Tcl and Tk. -package require -exact Tk 8.5a5 -package require -exact Tcl 8.5a5 +package require -exact Tcl 8.5a6 +package require -exact Tk 8.5a6 # Create a ::tk namespace namespace eval ::tk { -- cgit v0.12