diff options
author | hobbs <hobbs> | 2000-12-07 22:20:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-12-07 22:20:31 (GMT) |
commit | b4ba5f4c6fc168dac4144c8214114b8f4959ebfe (patch) | |
tree | fd482193385949f3af500fbf99da8dba914dac72 /generic/tcl.h | |
parent | fc5ae1303256736570c487af3878721224de2afc (diff) | |
download | tcl-b4ba5f4c6fc168dac4144c8214114b8f4959ebfe.zip tcl-b4ba5f4c6fc168dac4144c8214114b8f4959ebfe.tar.gz tcl-b4ba5f4c6fc168dac4144c8214114b8f4959ebfe.tar.bz2 |
* generic/tcl.h: added note about need to updated
library/dde/pkgIndex.tcl with minor version increment.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 95eece8..2c5dab7 100644 --- a/generic/tcl.h +++ b/generic/tcl.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: tcl.h,v 1.83 2000/11/03 18:46:10 hobbs Exp $ + * RCS: @(#) $Id: tcl.h,v 1.84 2000/12/07 22:20:31 hobbs Exp $ */ #ifndef _TCL @@ -43,7 +43,8 @@ extern "C" { * win/configure.in (as above) * win/tcl.m4 (not patchlevel) * win/makefile.vc (not patchlevel) 2 LOC - * library/reg1.0/pkgIndex.tcl (not patchlevel, for tclregNN.dll) + * library/reg/pkgIndex.tcl (not patchlevel, for tclregNN.dll) + * library/dde/pkgIndex.tcl (not patchlevel, for tclddeNN.dll) * README (sections 0 and 2) * mac/README (2 LOC, not patchlevel) * win/README.binary (sections 0-4) |