Skip to content

Commit

Permalink
Updated build number to 789.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz committed Mar 8, 2012
1 parent 53f9aec commit ef60534
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
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>786</string>
<string>789</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Application/GBApplicationStringsProvider.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ - (NSDictionary *)appledocData {
result = [[NSMutableDictionary alloc] init];
[result setObject:@"appledoc" forKey:@"tool"];
[result setObject:@"2.0.5" forKey:@"version"];
[result setObject:@"786" forKey:@"build"];
[result setObject:@"789" forKey:@"build"];
[result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"];
}
return result;
Expand Down

0 comments on commit ef60534

Please sign in to comment.