I have only now just got round to downloading 1.80, and it's all looking fantastic ... however, I've noticed that the version number displayed with the icon is still 1.77.1:
Version number on 1.80 for Mac
Moderators: winston, another_commander, Getafix
- Disembodied
- Jedi Spam Assassin
- Posts: 6885
- Joined: Thu Jul 12, 2007 10:54 pm
- Location: Carter's Snort
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Version number on 1.80 for Mac
Strange. I thought the numbering was already at 1.80 during the trunk builds, but I also see 1.77.1 in the finder info.
However, I am a bit confused as normally the version info is retrieved from the info.plist in the app and that already has:
However, I am a bit confused as normally the version info is retrieved from the info.plist in the app and that already has:
Code: Select all
<key>CFBundleVersion</key>
<string>1.80</string>
Last edited by Eric Walch on Sat Jul 05, 2014 10:23 am, edited 2 times in total.
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- Disembodied
- Jedi Spam Assassin
- Posts: 6885
- Joined: Thu Jul 12, 2007 10:54 pm
- Location: Carter's Snort
Re: Version number on 1.80 for Mac
Hmm. I still have 1.77.1 installed, in another directory ... could that be confusing things?
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Version number on 1.80 for Mac
After a search, I find a "InfoPlist.strings" file inside the Resources folder. In that one the version is still 1.77.1. This is a localised plist that can contain custom text per language and apparently overrides the mail version info, if present.
I'll fix it for a 1.80.1 release.
I'll fix it for a 1.80.1 release.
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Re: Version number on 1.80 for Mac
Normally that "InfoPlist.strings" file is inside a "en.lproj", "nl.lproj", "de.lproj" etc folder and than only overrides the normal version if the system is set to english, dutch, german etc. At this position it is apparently a general override.
UPS-Courier & DeepSpacePirates & others at the box and some older versions