mirror of
https://github.com/libretro/Mesen.git
synced 2025-01-19 07:12:48 +00:00
Version Update: 0.7.1
This commit is contained in:
parent
756bac00d1
commit
1f8e6974ed
@ -2,10 +2,10 @@
|
||||
#include "EmulationSettings.h"
|
||||
#include "VsControlManager.h"
|
||||
|
||||
//Version 0.7.0
|
||||
//Version 0.7.1
|
||||
uint16_t EmulationSettings::_versionMajor = 0;
|
||||
uint8_t EmulationSettings::_versionMinor = 7;
|
||||
uint8_t EmulationSettings::_versionRevision = 0;
|
||||
uint8_t EmulationSettings::_versionRevision = 1;
|
||||
|
||||
Language EmulationSettings::_displayLanguage = Language::English;
|
||||
|
||||
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Mesen")]
|
||||
[assembly: AssemblyProduct("DependencyPacker")]
|
||||
[assembly: AssemblyCopyright("Copyright © Mesen 2016")]
|
||||
[assembly: AssemblyCopyright("Copyright © Mesen 2017")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -13,7 +13,7 @@ namespace Mesen.GUI.Config
|
||||
private const int MaxRecentFiles = 10;
|
||||
private bool _needToSave = false;
|
||||
|
||||
public string MesenVersion = "0.7.0";
|
||||
public string MesenVersion = "0.7.1";
|
||||
public PreferenceInfo PreferenceInfo;
|
||||
public AudioInfo AudioInfo;
|
||||
public VideoInfo VideoInfo;
|
||||
|
@ -448,10 +448,10 @@
|
||||
</Form>
|
||||
<Form ID="frmAbout" Title="Acerca de...">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Sitio web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versión: 0.7.0 (Beta)</Control>
|
||||
<Control ID="labelVersion">Versión: 0.7.1 (Beta)</Control>
|
||||
<Control ID="lblDonate">Si deseas colaborar con Mesen, por favor considera hacer una donación.
¡Gracias por tu colaboración!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
@ -461,10 +461,10 @@
|
||||
</Form>
|
||||
<Form ID="frmAbout" Title="À propos de...">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Site web:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Version: 0.7.0 (Beta)</Control>
|
||||
<Control ID="labelVersion">Version: 0.7.1 (Beta)</Control>
|
||||
<Control ID="lblDonate">Si vous voulez supporter le développement de Mesen, vous pouvez faire une donation. Merci de votre support!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
@ -448,10 +448,10 @@
|
||||
</Form>
|
||||
<Form ID="frmAbout" Title="Mesenとは">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">サイト:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">バージョン: 0.7.0 (ベータ版)</Control>
|
||||
<Control ID="labelVersion">バージョン: 0.7.1 (ベータ版)</Control>
|
||||
<Control ID="lblDonate">応援ありがとうございます!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
@ -448,10 +448,10 @@
|
||||
</Form>
|
||||
<Form ID="frmAbout" Title="Sobre...">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Site:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Versão: 0.7.0 (Beta)</Control>
|
||||
<Control ID="labelVersion">Versão: 0.7.1 (Beta)</Control>
|
||||
<Control ID="lblDonate">Caso queira apoiar Mesen, por favor considere fazer uma doação ao projeto.
Obrigado pelo seu apoio!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
@ -452,10 +452,10 @@
|
||||
</Form>
|
||||
<Form ID="frmAbout" Title="О программе">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Сайт:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Версия: 0.7.0 (Beta)</Control>
|
||||
<Control ID="labelVersion">Версия: 0.7.1 (Beta)</Control>
|
||||
<Control ID="lblDonate">If you want to support Mesen, please consider donating.
Thank you for your support!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
@ -451,10 +451,10 @@
|
||||
</Form>
|
||||
<Form ID="frmAbout" Title="Про програму">
|
||||
<Control ID="labelProductName">Mesen</Control>
|
||||
<Control ID="labelCopyright">© 2016 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
|
||||
<Control ID="lblWebsite">Сайт:</Control>
|
||||
<Control ID="lblLink">www.mesen.ca</Control>
|
||||
<Control ID="labelVersion">Версiя: 0.7.0 (Beta)</Control>
|
||||
<Control ID="labelVersion">Версiя: 0.7.1 (Beta)</Control>
|
||||
<Control ID="lblDonate">If you want to support Mesen, please consider donating.
Thank you for your support!</Control>
|
||||
<Control ID="okButton">&OK</Control>
|
||||
</Form>
|
||||
|
4
GUI.NET/Forms/frmAbout.Designer.cs
generated
4
GUI.NET/Forms/frmAbout.Designer.cs
generated
@ -106,7 +106,7 @@
|
||||
this.labelCopyright.Name = "labelCopyright";
|
||||
this.labelCopyright.Size = new System.Drawing.Size(244, 17);
|
||||
this.labelCopyright.TabIndex = 21;
|
||||
this.labelCopyright.Text = "© 2016 M. Bibaud (aka Sour)";
|
||||
this.labelCopyright.Text = "© 2017 M. Bibaud (aka Sour)";
|
||||
this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// flowLayoutPanel1
|
||||
@ -152,7 +152,7 @@
|
||||
this.labelVersion.Name = "labelVersion";
|
||||
this.labelVersion.Size = new System.Drawing.Size(146, 17);
|
||||
this.labelVersion.TabIndex = 0;
|
||||
this.labelVersion.Text = "Version: 0.7.0 (Beta)";
|
||||
this.labelVersion.Text = "Version: 0.7.1 (Beta)";
|
||||
this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// okButton
|
||||
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Mesen")]
|
||||
[assembly: AssemblyProduct("Mesen (Beta)")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2016 M. Bibaud")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2017 M. Bibaud")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@ -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.7.0.0")]
|
||||
[assembly: AssemblyFileVersion("0.7.0.0")]
|
||||
[assembly: AssemblyVersion("0.7.1.0")]
|
||||
[assembly: AssemblyFileVersion("0.7.1.0")]
|
||||
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("MesenUpdater")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2016")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2017")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user