diff options
author | dgp <dgp@users.sourceforge.net> | 2003-10-03 16:32:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-10-03 16:32:39 (GMT) |
commit | acfbb6ac86830513ec37ce001e991a8264abc53a (patch) | |
tree | 9aef0a61c3977f11083827048348b333ab34a612 /macosx | |
parent | 6c60af70b1961bdcfc0779602e4b5beb28388f4f (diff) | |
download | tk-acfbb6ac86830513ec37ce001e991a8264abc53a.zip tk-acfbb6ac86830513ec37ce001e991a8264abc53a.tar.gz tk-acfbb6ac86830513ec37ce001e991a8264abc53a.tar.bz2 |
* README: Bumped to patch level 8.4.5
* generic/tk.h: to prepare for next patch
* macosx/Wish.pbproj/project.pbxproj: release.
* unix/configure.in:
* unix/tk.spec:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Wish.pbproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/Wish.pbproj/project.pbxproj b/macosx/Wish.pbproj/project.pbxproj index 9c4fcc7..1d6779f 100644 --- a/macosx/Wish.pbproj/project.pbxproj +++ b/macosx/Wish.pbproj/project.pbxproj @@ -1565,11 +1565,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.4</string> + <string>8.4.5</string> <key>CFBundleSignature</key> <string>WiSH</string> <key>CFBundleVersion</key> - <string>8.4.4</string> + <string>8.4.5</string> </dict> </plist> "; @@ -2948,11 +2948,11 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright  <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>8.4.4</string> + <string>8.4.5</string> <key>CFBundleSignature</key> <string>WiSH</string> <key>CFBundleVersion</key> - <string>8.4.4</string> + <string>8.4.5</string> </dict> </plist> "; |