From: sls Date: Fri, 23 Jun 1995 08:15:21 +0000 (+0000) Subject: Update to 5.1.6. X-Git-Tag: r5_1_6~1 X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=ad6db57402bee507a7e8d35a84ffb82f947510b9;p=tkinspect Update to 5.1.6. --- diff --git a/README b/README index 630b084..baa0cf1 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - tkinspect, release 5.1.4 - (June 21, 1995) + tkinspect, release 5.1.6 + (June 23, 1995) This is the 5th release of my browser for Tk programs. This version of tkinspect requires Tk 4.0 or better (tested only with Tk 4.0b4, @@ -8,14 +8,17 @@ and things will probably fail on previous betas). To install: type "wish4.0 install.tcl", fill out the form, and hit the install button. -Hopefully you can learn how to use tkinspect by selecting an -interpreter (via the File, Select Interpreter menu item) and then -clicking on things. This version also includes a online help system. +tkinspect should be pretty easy to use, hopefully you can learn how to +use it by selecting an interpreter (via the File, Select Interpreter +menu item) and then clicking on things. There is also an online help +system. -tkinspect itself is still public domain, you may do whatever you want -with it. However, tkinspect uses a hacked down library that I've -written at LBL, so the files in stl-lite are copyright 1995 Lawrence -Berkeley Lab. See stl-lite/COPYRIGHT for the full copyright notice. +tkinspect itself is public domain, you may do whatever you want with +it. However, tkinspect uses a hacked down library that I've written +at LBL, so the files in stl-lite are copyright 1995 Lawrence Berkeley +Lab. See stl-lite/COPYRIGHT for the full copyright notice. (STL will +soon be renamed to SNTL to avoid conflicting with the C++ template +library.) Please send me any comments or suggestions you might have, along with any bugs that you may encounter. diff --git a/version.tcl b/version.tcl index 90ab944..6ab1801 100644 --- a/version.tcl +++ b/version.tcl @@ -6,7 +6,7 @@ proc version_init {} { global tkinspect tk_version tk_patchLevel - set tkinspect(release) 5.1.5 + set tkinspect(release) 5.1.6 set tkinspect(release_date) "June 23, 1995" scan $tk_version "%d.%d" major minor if {$major != 4} {