Skip to content

Commit 5195453

Browse files
author
adelikat
committed
Update versioning stuff and about box, and set interim flag back (I seem to keep checking that in on accident). This marks the beginning of 1.0.2.
1 parent 7613d51 commit 5195453

File tree

6 files changed

+20
-32
lines changed

6 files changed

+20
-32
lines changed

BizHawk.Emulation/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// You can specify all the values or you can default the Build and Revision Numbers
2828
// by using the '*' as shown below:
2929
// [assembly: AssemblyVersion("1.0.*")]
30-
[assembly: AssemblyVersion("1.0.0." + SubWCRev.SVN_REV)]
31-
[assembly: AssemblyFileVersion("1.0.0." + SubWCRev.SVN_REV)]
30+
[assembly: AssemblyVersion("1.0.1." + SubWCRev.SVN_REV)]
31+
[assembly: AssemblyFileVersion("1.0.1." + SubWCRev.SVN_REV)]

BizHawk.MultiClient/BizBox.Designer.cs

+10-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BizHawk.MultiClient/MainForm.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ namespace BizHawk.MultiClient
2020

2121
public partial class MainForm : Form
2222
{
23-
public bool INTERIM = false;
24-
public const string EMUVERSION = "BizHawk v1.0.0";
23+
public bool INTERIM = true;
24+
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
2525
private Control renderTarget;
2626
private RetainedViewportPanel retainedPanel;
2727
public string CurrentlyOpenRom;

BizHawk.MultiClient/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.1" + SubWCRev.SVN_REV)]
36+
[assembly: AssemblyFileVersion("1.0.1" + SubWCRev.SVN_REV)]

BizHawk.Util/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
35+
[assembly: AssemblyVersion("1.0.2 interim"]
36+
[assembly: AssemblyFileVersion("1.0.2 interim" ]

DiscoHawk/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// You can specify all the values or you can default the Build and Revision Numbers
2828
// by using the '*' as shown below:
2929
// [assembly: AssemblyVersion("1.0.*")]
30-
[assembly: AssemblyVersion("1.0.0." + SubWCRev.SVN_REV)]
31-
[assembly: AssemblyFileVersion("1.0.0." + SubWCRev.SVN_REV)]
30+
[assembly: AssemblyVersion("1.0.1." + SubWCRev.SVN_REV)]
31+
[assembly: AssemblyFileVersion("1.0.1." + SubWCRev.SVN_REV)]

0 commit comments

Comments
 (0)