Update version number, note that the previosu commit, r1983 marks the start of version 1.0.3

This commit is contained in:
adelikat 2012-03-18 17:22:21 +00:00
parent 42f16e95ac
commit c3cb5e0b72
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = true;
public const string EMUVERSION = "BizHawk v1.0.2 interim"; //TODO: Get rid of this, only the movie object uses it, maybe it can use assembly info
public const string EMUVERSION = "BizHawk v1.0.3 interim"; //TODO: Get rid of this, only the movie object uses it, maybe it can use assembly info
private Control renderTarget;
private RetainedViewportPanel retainedPanel;
public string CurrentlyOpenRom;