Skip to content

Commit

Permalink
Incremented build number to 514.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaz committed Jan 17, 2011
1 parent 7b71556 commit f8a381e
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>512</string>
<string>514</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Application/GBApplicationStringsProvider.m
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ - (NSDictionary *)appledocData {
result = [[NSMutableDictionary alloc] init];
[result setObject:@"appledoc" forKey:@"tool"];
[result setObject:@"2.0b3" forKey:@"version"];
[result setObject:@"512" forKey:@"build"];
[result setObject:@"514" forKey:@"build"];
[result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"];
}
return result;
Expand Down

0 comments on commit f8a381e

Please sign in to comment.