Version Update: 0.1.2

This commit is contained in:
Souryo 2016-04-30 21:26:01 -04:00
parent ec2e69332e
commit aac7ee680b
5 changed files with 7 additions and 7 deletions

View File

@ -2,10 +2,10 @@
#include "EmulationSettings.h"
#include "VsControlManager.h"
//Version 0.1.1
//Version 0.1.2
uint16_t EmulationSettings::_versionMajor = 0;
uint8_t EmulationSettings::_versionMinor = 1;
uint8_t EmulationSettings::_versionRevision = 1;
uint8_t EmulationSettings::_versionRevision = 2;
Language EmulationSettings::_displayLanguage = Language::English;

View File

@ -254,7 +254,7 @@
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
<Control ID="lblWebsite">Site web:</Control>
<Control ID="lblLink">www.mesen.ca</Control>
<Control ID="labelVersion">Version: 0.1.1 (Beta)</Control>
<Control ID="labelVersion">Version: 0.1.2 (Beta)</Control>
<Control ID="okButton">&amp;OK</Control>
<Control ID="lblDonate">Mesen est gratuit. Par contre, si vous voulez supporter son dévelopement, cliquez sur le lien ci-dessous pour plus d'information. Thank you!</Control>
<Control ID="lnkDonate">Pour plus d'information, cliquez ici.</Control>

View File

@ -252,7 +252,7 @@
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
<Control ID="lblWebsite">サイト:</Control>
<Control ID="lblLink">www.mesen.ca</Control>
<Control ID="labelVersion">バージョン: 0.1.1 (Beta)</Control>
<Control ID="labelVersion">バージョン: 0.1.2 (Beta)</Control>
<Control ID="okButton">&amp;OK</Control>
<Control ID="lblDonate">Mesen est gratuit. Par contre, si vous voulez supporter son dévelopement, cliquez sur le lien ci-dessous pour plus d'information. Thank you!</Control>
<Control ID="lnkDonate">Pour plus d'information, cliquez ici.</Control>

View File

@ -145,7 +145,7 @@
this.labelVersion.Name = "labelVersion";
this.labelVersion.Size = new System.Drawing.Size(146, 17);
this.labelVersion.TabIndex = 0;
this.labelVersion.Text = "Version: 0.1.1 (Beta)";
this.labelVersion.Text = "Version: 0.1.2 (Beta)";
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// okButton

View File

@ -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("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]
[assembly: AssemblyVersion("0.1.2.0")]
[assembly: AssemblyFileVersion("0.1.2.0")]