summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--generic/tcl.h4
-rw-r--r--macosx/Tcl.pbproj/project.pbxproj4
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f297e4..134257d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 &lt;jingham@apple.com&gt; &amp; 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>
";