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 | |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | generic/tcl.h | 4 | ||||
-rw-r--r-- | macosx/Tcl.pbproj/project.pbxproj | 4 |
3 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2002-10-21 Daniel Steffen <das@users.sourceforge.net> + + * 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. + 2002-10-18 Jeff Hobbs <jeffh@ActiveState.com> * library/reg/pkgIndex.tcl: 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) diff --git a/macosx/Tcl.pbproj/project.pbxproj b/macosx/Tcl.pbproj/project.pbxproj index 76f6c7f..3baee15 100644 --- a/macosx/Tcl.pbproj/project.pbxproj +++ b/macosx/Tcl.pbproj/project.pbxproj @@ -194,11 +194,11 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright  <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>8.4.0</string> + <string>8.4.1</string> <key>CFBundleSignature</key> <string>Tcl </string> <key>CFBundleVersion</key> - <string>8.4.0</string> + <string>8.4.1</string> </dict> </plist> "; |