Updated version info, this commit marks the beginning of 1.3.1

This commit is contained in:
adelikat 2012-12-01 22:54:01 +00:00
parent 0bcbddf1ae
commit 7d8ee4ec0a
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ namespace BizHawk.MultiClient
{
public bool INTERIM = true;
public const string EMUVERSION = "Version " + VersionInfo.MAINVERSION;
public const string RELEASEDATE = "October 20, 2012";
public const string RELEASEDATE = "December 01, 2012";
private Control renderTarget;
private RetainedViewportPanel retainedPanel;
public string CurrentlyOpenRom;

View File

@ -1,4 +1,4 @@
static class VersionInfo
{
public const string MAINVERSION = "1.2.0";
public const string MAINVERSION = "1.3.0";
}