Skip to content

Commit

Permalink
Updated build number to 564.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz committed Feb 4, 2011
1 parent 9584cf3 commit 50c90fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppledocTests-Info.plist
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>561</string>
<string>564</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Application/GBApplicationStringsProvider.m
Expand Up @@ -126,7 +126,7 @@ - (NSDictionary *)appledocData {
result = [[NSMutableDictionary alloc] init];
[result setObject:@"appledoc" forKey:@"tool"];
[result setObject:@"2.0.1" forKey:@"version"];
[result setObject:@"561" forKey:@"build"];
[result setObject:@"564" forKey:@"build"];
[result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"];
}
return result;
Expand Down

0 comments on commit 50c90fe

Please sign in to comment.