From d4f8fe04c51755d2aa9fecd4c3c8ba9a80458261 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 25 Jul 2023 17:15:11 -0400 Subject: [PATCH] Corrected the variable string "RCS" in tkcon.tcl, which had become truncated, causing the "About" menu item in the console to generate an error message. Since the tkcon.tcl used in my other software packages like IRSIM was correct, I just pulled the RCS string from there, and it seems to be okay now. This solves github issue #259. --- VERSION | 2 +- tcltk/tkcon.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8d1339e9..cf39b3db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.416 +8.3.417 diff --git a/tcltk/tkcon.tcl b/tcltk/tkcon.tcl index 44d2cb98..3e76fa6e 100755 --- a/tcltk/tkcon.tcl +++ b/tcltk/tkcon.tcl @@ -198,7 +198,7 @@ proc ::tkcon::Init {} { tkcon_puts tkcon_gets observe observe_var unalias which what } version 2.3 - RCS {RCS: @(#) $Header$} + RCS {RCS: @(#) $Id: tkcon.tcl,v 1.2 2008/04/18 16:28:13 tim Exp $} HEADURL {http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tkcon/tkcon/tkcon.tcl?rev=HEAD} docs "http://tkcon.sourceforge.net/" email {jeff@hobbs.org}