Updated version info, this commit marks the beginning of 1.3.1
This commit is contained in:
parent
0bcbddf1ae
commit
7d8ee4ec0a
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
static class VersionInfo
|
||||
{
|
||||
public const string MAINVERSION = "1.2.0";
|
||||
public const string MAINVERSION = "1.3.0";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue