mirror of
https://github.com/libretro/Mesen.git
synced 2025-03-04 06:17:02 +00:00
Version Update: 0.1.2
This commit is contained in:
parent
ec2e69332e
commit
aac7ee680b
@ -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;
|
||||
|
||||
|
@ -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">&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>
|
||||
|
@ -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">&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>
|
||||
|
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
2
GUI.NET/Forms/frmAbout.Designer.cs
generated
@ -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
|
||||
|
@ -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")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user