Update to 5.1.6.
authorsls <sls>
Fri, 23 Jun 1995 08:15:21 +0000 (08:15 +0000)
committersls <sls>
Fri, 23 Jun 1995 08:15:21 +0000 (08:15 +0000)
README
version.tcl

diff --git a/README b/README
index 630b084439a4988ec6c1de527ec3f1c4154d535e..baa0cf18e96cbe2b93f5b90882d0874adfd6863f 100644 (file)
--- 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.
index 90ab944fbbe3d42fbe7aa8e58aa7747e6d5f6fb5..6ab1801fe98115b4630070a4841eec933f780281 100644 (file)
@@ -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} {