Skip to content

Commit

Permalink
Increased build number to differentiate last fix for #407, #408, #409
Browse files Browse the repository at this point in the history
…and #412.
  • Loading branch information
tomaz committed Nov 2, 2013
1 parent 877681c commit 82fd5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/GBApplicationStringsProvider.m
Expand Up @@ -147,7 +147,7 @@ - (NSDictionary *)appledocData {
result = [[NSMutableDictionary alloc] init]; result = [[NSMutableDictionary alloc] init];
[result setObject:@"appledoc" forKey:@"tool"]; [result setObject:@"appledoc" forKey:@"tool"];
[result setObject:@"2.2" forKey:@"version"]; [result setObject:@"2.2" forKey:@"version"];
[result setObject:@"961" forKey:@"build"]; [result setObject:@"962" forKey:@"build"];
[result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"]; [result setObject:@"http://appledoc.gentlebytes.com" forKey:@"homepage"];
} }
return result; return result;
Expand Down

0 comments on commit 82fd5a6

Please sign in to comment.