mirror of
https://github.com/libretro/Mesen.git
synced 2025-01-21 00:04:24 +00:00
Version Update: 0.5.3
This commit is contained in:
parent
f177357ec8
commit
61193f2912
@ -2,10 +2,10 @@
|
||||
#include "EmulationSettings.h"
|
||||
#include "VsControlManager.h"
|
||||
|
||||
//Version 0.5.2
|
||||
//Version 0.5.3
|
||||
uint16_t EmulationSettings::_versionMajor = 0;
|
||||
uint8_t EmulationSettings::_versionMinor = 5;
|
||||
uint8_t EmulationSettings::_versionRevision = 2;
|
||||
uint8_t EmulationSettings::_versionRevision = 3;
|
||||
|
||||
Language EmulationSettings::_displayLanguage = Language::English;
|
||||
|
||||
|
@ -13,7 +13,7 @@ namespace Mesen.GUI.Config
|
||||
private const int MaxRecentFiles = 10;
|
||||
private bool _needToSave = false;
|
||||
|
||||
public string MesenVersion = "0.5.2";
|
||||
public string MesenVersion = "0.5.3";
|
||||
public PreferenceInfo PreferenceInfo;
|
||||
public AudioInfo AudioInfo;
|
||||
public VideoInfo VideoInfo;
|
||||
|
@ -425,7 +425,7 @@
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Sitio web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Version: 0.5.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Version: 0.5.3 (Beta)</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
<Form ID="frmVsGameConfig" Title="Configuración de juego VS">
|
||||
|
@ -438,7 +438,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.5.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Version: 0.5.3 (Beta)</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
<Form ID="frmVsGameConfig" Title="Configuration du jeu VS">
|
||||
|
@ -425,7 +425,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.5.2 (ベータ版)</Control>
|
||||
<Control ID="labelVersion">バージョン: 0.5.3 (ベータ版)</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
<Form ID="frmUpdatePrompt" Title="Mesen ー アップデート可能">
|
||||
|
@ -429,7 +429,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.5.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Версия: 0.5.3 (Beta)</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
<Form ID="frmVsGameConfig" Title="Конфигурация VS">
|
||||
|
@ -428,7 +428,7 @@
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Сайт:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Версiя: 0.5.2 (Beta)</Control>
|
||||
<Control ID="labelVersion">Версiя: 0.5.3 (Beta)</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
<Form ID="frmVsGameConfig" Title="Конфігурація VS">
|
||||
|
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.Size = new System.Drawing.Size(146, 17);
|
||||
this.labelVersion.TabIndex = 0;
|
||||
this.labelVersion.Text = "Version: 0.5.2 (Beta)";
|
||||
this.labelVersion.Text = "Version: 0.5.3 (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.5.2.0")]
|
||||
[assembly: AssemblyFileVersion("0.5.2.0")]
|
||||
[assembly: AssemblyVersion("0.5.3.0")]
|
||||
[assembly: AssemblyFileVersion("0.5.3.0")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user