diff options
author | das <das> | 2002-10-21 04:35:50 (GMT) |
---|---|---|
committer | das <das> | 2002-10-21 04:35:50 (GMT) |
commit | bcd296f1929aa83bdf5693c9fbc268c61a55784e (patch) | |
tree | e392b2948ae9de772117386cb78670d569fa7d1b /generic/tcl.h | |
parent | 68237f991cf2ac8462481427f894fe828754e22f (diff) | |
download | tcl-bcd296f1929aa83bdf5693c9fbc268c61a55784e.zip tcl-bcd296f1929aa83bdf5693c9fbc268c61a55784e.tar.gz tcl-bcd296f1929aa83bdf5693c9fbc268c61a55784e.tar.bz2 |
* macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1
* generic/tcl.h: Added reminder comment to edit
macosx/Tcl.pbproj/project.pbxproj when version number changes.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 7803502..5ea51dd 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -13,7 +13,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.146 2002/10/11 13:22:23 dkf Exp $ + * RCS: @(#) $Id: tcl.h,v 1.147 2002/10/21 04:35:50 das Exp $ */ #ifndef _TCL @@ -46,6 +46,8 @@ extern "C" { * win/makefile.vc (not patchlevel) 2 LOC * README (sections 0 and 2) * mac/README (2 LOC, not patchlevel) + * macosx/Tcl.pbproj/project.pbxproj + * (7 LOC total, 2 LOC patch) * win/README.binary (sections 0-4) * win/README (not patchlevel) (sections 0 and 2) * unix/tcl.spec (2 LOC Major/Minor, 1 LOC patch) |