Fix this comment for testing the update notification.

This commit is contained in:
jdpurcell 2015-01-04 15:06:36 +00:00
parent 8c41af53d1
commit bd6b7fcd43
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace BizHawk.Client.EmuHawk
{
public static class UpdateChecker
{
// TODO: Fill in actual URL... for now it will just grab it from right here: [LatestVersion]1.9.2[/LatestVersion]
// TODO: Fill in actual URL... for now it will just grab it from right here: [VersionNumber]1.9.2[/VersionNumber]
private static readonly string _latestVersionInfoURL = "http://bizhawk.googlecode.com/svn/trunk/BizHawk.Client.EmuHawk/UpdateChecker.cs";
private static readonly TimeSpan _minimumCheckDuration = TimeSpan.FromHours(8);