diff options
author | das <das@noemail.net> | 2002-10-21 04:35:49 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2002-10-21 04:35:49 (GMT) |
commit | d539066fd24ec49198b8db99b05e609a5a72bc55 (patch) | |
tree | e392b2948ae9de772117386cb78670d569fa7d1b /macosx | |
parent | ca1ebe5362f4614095c3e9154d8ddd5ecf90d50b (diff) | |
download | tcl-d539066fd24ec49198b8db99b05e609a5a72bc55.zip tcl-d539066fd24ec49198b8db99b05e609a5a72bc55.tar.gz tcl-d539066fd24ec49198b8db99b05e609a5a72bc55.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.
FossilOrigin-Name: 1fb3ca22a7eeaac0bbe77911ffd2129c48e96077
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Tcl.pbproj/project.pbxproj | 4 |
1 files changed, 2 insertions, 2 deletions
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> "; |