diff --git a/BizHawk.Emulation/Properties/AssemblyInfo.cs b/BizHawk.Emulation/Properties/AssemblyInfo.cs index 744fba8ae1..b3be626db2 100644 --- a/BizHawk.Emulation/Properties/AssemblyInfo.cs +++ b/BizHawk.Emulation/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0." + SubWCRev.SVN_REV)] -[assembly: AssemblyFileVersion("1.0.0." + SubWCRev.SVN_REV)] +[assembly: AssemblyVersion("1.0.1." + SubWCRev.SVN_REV)] +[assembly: AssemblyFileVersion("1.0.1." + SubWCRev.SVN_REV)] diff --git a/BizHawk.MultiClient/BizBox.Designer.cs b/BizHawk.MultiClient/BizBox.Designer.cs index 6484cd6a07..f8f01c21a2 100644 --- a/BizHawk.MultiClient/BizBox.Designer.cs +++ b/BizHawk.MultiClient/BizBox.Designer.cs @@ -36,8 +36,7 @@ this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); + this.VersionLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // @@ -111,23 +110,14 @@ this.label4.TabIndex = 6; this.label4.Text = "A multi-Platform Emulator"; // - // label5 + // VersionLabel // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(201, 56); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(60, 13); - this.label5.TabIndex = 7; - this.label5.Text = "Version 1.0"; - // - // label6 - // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(267, 56); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(124, 13); - this.label6.TabIndex = 8; - this.label6.Text = "Released March 3, 2012"; + this.VersionLabel.AutoSize = true; + this.VersionLabel.Location = new System.Drawing.Point(201, 56); + this.VersionLabel.Name = "VersionLabel"; + this.VersionLabel.Size = new System.Drawing.Size(189, 13); + this.VersionLabel.TabIndex = 7; + this.VersionLabel.Text = "Version 1.0.1 Released March 9, 2012"; // // BizBox // @@ -135,8 +125,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(477, 192); - this.Controls.Add(this.label6); - this.Controls.Add(this.label5); + this.Controls.Add(this.VersionLabel); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); @@ -164,7 +153,6 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label6; + private System.Windows.Forms.Label VersionLabel; } } \ No newline at end of file diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index ae985b2c9c..ce7b6d6d41 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -20,8 +20,8 @@ namespace BizHawk.MultiClient public partial class MainForm : Form { - public bool INTERIM = false; - public const string EMUVERSION = "BizHawk v1.0.0"; + 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 private Control renderTarget; private RetainedViewportPanel retainedPanel; public string CurrentlyOpenRom; diff --git a/BizHawk.MultiClient/Properties/AssemblyInfo.cs b/BizHawk.MultiClient/Properties/AssemblyInfo.cs index a15f908be2..67294cc2c4 100644 --- a/BizHawk.MultiClient/Properties/AssemblyInfo.cs +++ b/BizHawk.MultiClient/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1" + SubWCRev.SVN_REV)] +[assembly: AssemblyFileVersion("1.0.1" + SubWCRev.SVN_REV)] diff --git a/BizHawk.Util/Properties/AssemblyInfo.cs b/BizHawk.Util/Properties/AssemblyInfo.cs index 00e6900702..e0ef5682a0 100644 --- a/BizHawk.Util/Properties/AssemblyInfo.cs +++ b/BizHawk.Util/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.2 interim"] +[assembly: AssemblyFileVersion("1.0.2 interim" ] diff --git a/DiscoHawk/Properties/AssemblyInfo.cs b/DiscoHawk/Properties/AssemblyInfo.cs index e672c96780..0f53603fb4 100644 --- a/DiscoHawk/Properties/AssemblyInfo.cs +++ b/DiscoHawk/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0." + SubWCRev.SVN_REV)] -[assembly: AssemblyFileVersion("1.0.0." + SubWCRev.SVN_REV)] +[assembly: AssemblyVersion("1.0.1." + SubWCRev.SVN_REV)] +[assembly: AssemblyFileVersion("1.0.1." + SubWCRev.SVN_REV)]