Version Update: 0.2.2
This commit is contained in:
parent
8400894c32
commit
f91d494744
6 changed files with 8 additions and 8 deletions
|
@ -2,10 +2,10 @@
|
||||||
#include "EmulationSettings.h"
|
#include "EmulationSettings.h"
|
||||||
#include "VsControlManager.h"
|
#include "VsControlManager.h"
|
||||||
|
|
||||||
//Version 0.2.1
|
//Version 0.2.2
|
||||||
uint16_t EmulationSettings::_versionMajor = 0;
|
uint16_t EmulationSettings::_versionMajor = 0;
|
||||||
uint8_t EmulationSettings::_versionMinor = 2;
|
uint8_t EmulationSettings::_versionMinor = 2;
|
||||||
uint8_t EmulationSettings::_versionRevision = 1;
|
uint8_t EmulationSettings::_versionRevision = 2;
|
||||||
|
|
||||||
Language EmulationSettings::_displayLanguage = Language::English;
|
Language EmulationSettings::_displayLanguage = Language::English;
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ namespace Mesen.GUI.Config
|
||||||
{
|
{
|
||||||
private const int MaxRecentFiles = 10;
|
private const int MaxRecentFiles = 10;
|
||||||
|
|
||||||
public string MesenVersion = "0.2.1";
|
public string MesenVersion = "0.2.2";
|
||||||
public PreferenceInfo PreferenceInfo;
|
public PreferenceInfo PreferenceInfo;
|
||||||
public AudioInfo AudioInfo;
|
public AudioInfo AudioInfo;
|
||||||
public VideoInfo VideoInfo;
|
public VideoInfo VideoInfo;
|
||||||
|
|
|
@ -298,7 +298,7 @@
|
||||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||||
<Control ID="lblWebsite">Site web:</Control>
|
<Control ID="lblWebsite">Site web:</Control>
|
||||||
<Control ID="lblLink">www.mesen.ca</Control>
|
<Control ID="lblLink">www.mesen.ca</Control>
|
||||||
<Control ID="labelVersion">Version: 0.2.1 (Beta)</Control>
|
<Control ID="labelVersion">Version: 0.2.2 (Beta)</Control>
|
||||||
<Control ID="okButton">&OK</Control>
|
<Control ID="okButton">&OK</Control>
|
||||||
</Form>
|
</Form>
|
||||||
<Form ID="frmVsGameConfig" Title="Configuration du jeu VS">
|
<Form ID="frmVsGameConfig" Title="Configuration du jeu VS">
|
||||||
|
|
|
@ -296,7 +296,7 @@
|
||||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||||
<Control ID="lblWebsite">サイト:</Control>
|
<Control ID="lblWebsite">サイト:</Control>
|
||||||
<Control ID="lblLink">www.mesen.ca</Control>
|
<Control ID="lblLink">www.mesen.ca</Control>
|
||||||
<Control ID="labelVersion">バージョン: 0.2.1 (ベータ版)</Control>
|
<Control ID="labelVersion">バージョン: 0.2.2 (ベータ版)</Control>
|
||||||
<Control ID="okButton">&OK</Control>
|
<Control ID="okButton">&OK</Control>
|
||||||
</Form>
|
</Form>
|
||||||
<Form ID="frmUpdatePrompt" Title="Mesen ー アップデート可能">
|
<Form ID="frmUpdatePrompt" Title="Mesen ー アップデート可能">
|
||||||
|
|
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
|
@ -143,7 +143,7 @@
|
||||||
this.labelVersion.Name = "labelVersion";
|
this.labelVersion.Name = "labelVersion";
|
||||||
this.labelVersion.Size = new System.Drawing.Size(146, 17);
|
this.labelVersion.Size = new System.Drawing.Size(146, 17);
|
||||||
this.labelVersion.TabIndex = 0;
|
this.labelVersion.TabIndex = 0;
|
||||||
this.labelVersion.Text = "Version: 0.2.1 (Beta)";
|
this.labelVersion.Text = "Version: 0.2.2 (Beta)";
|
||||||
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
//
|
//
|
||||||
// okButton
|
// okButton
|
||||||
|
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.2.1.0")]
|
[assembly: AssemblyVersion("0.2.2.0")]
|
||||||
[assembly: AssemblyFileVersion("0.2.1.0")]
|
[assembly: AssemblyFileVersion("0.2.2.0")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue