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:
YoshiRulz 2024-08-31 22:50:30 +10:00
parent b9d8af8854
commit 5b5652d01e
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -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";