Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Bumped version number to 1.5b4. Siiigh...
Browse files Browse the repository at this point in the history
  • Loading branch information
andymatuschak committed Jul 5, 2008
1 parent 6ed9ae4 commit 57c1f3e
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.5b3", [hostBundle name], [hostBundle displayVersion]]];
[appcast setUserAgentString:[NSString stringWithFormat: @"%@/%@ Sparkle/1.5b4", [hostBundle name], [hostBundle displayVersion]]];
[appcast fetchAppcastFromURL:appcastURL];
[[SUUserDefaults standardUserDefaults] setObject:[NSDate date] forKey:SULastCheckTimeKey];
}
Expand Down

0 comments on commit 57c1f3e

Please sign in to comment.