Skip to content

Commit

Permalink
Bumped Sparkle version number in user agent string.
Browse files Browse the repository at this point in the history
  • Loading branch information
andymatuschak committed Jul 5, 2008
1 parent bbdc432 commit c3f2c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SUBasicUpdateDriver.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ - (void)checkForUpdatesAtURL:(NSURL *)appcastURL hostBundle:(NSBundle *)hb
[appcast release];

[appcast setDelegate:self];
[appcast setUserAgentString:[NSString stringWithFormat: @"%@/%@ Sparkle/1.5b2", [hostBundle name], [hostBundle displayVersion]]];
[appcast setUserAgentString:[NSString stringWithFormat: @"%@/%@ Sparkle/1.5b3", [hostBundle name], [hostBundle displayVersion]]];
[appcast fetchAppcastFromURL:appcastURL];
[[SUUserDefaults standardUserDefaults] setObject:[NSDate date] forKey:SULastCheckTimeKey];
}
Expand Down

0 comments on commit c3f2c69

Please sign in to comment.