Revert "Update VersionInfo.cs"
This reverts commit b9d8af8854
.
Per https://github.com/TASEmulators/BizHawk/wiki/Release-checklist this
should be done immediately before release.
The reason for that is to avoid having several values for dev builds
between releases, a "stable API" if you will.
This commit is contained in:
parent
b9d8af8854
commit
5b5652d01e
|
@ -10,7 +10,7 @@ namespace BizHawk.Common
|
|||
/// Bump this immediately after release.
|
||||
/// Only use '0'..'9' and '.' or it will fail to parse and the new version notification won't work.
|
||||
/// </remarks>
|
||||
public static readonly string MainVersion = "2.10";
|
||||
public static readonly string MainVersion = "2.9.2";
|
||||
|
||||
public static readonly string ReleaseDate = "May 3, 2023";
|
||||
|
||||
|
|
Loading…
Reference in New Issue