update version to 1.0.5 interim.

This commit is contained in:
adelikat 2012-06-17 00:05:50 +00:00
parent 61fe30b316
commit 16d0afa607
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace BizHawk.MultiClient
public partial class MainForm : Form
{
public bool INTERIM = true;
public const string EMUVERSION = "BizHawk v1.0.4 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.5 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;