Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Version Update: 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Nov 12, 2016
1 parent f177357 commit 61193f2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Core/EmulationSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Config/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Configuration
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;
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.es.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">&amp;OK</Control>
</Form>
<Form ID="frmVsGameConfig" Title="Configuración de juego VS">
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.fr.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">&amp;OK</Control>
</Form>
<Form ID="frmVsGameConfig" Title="Configuration du jeu VS">
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.ja.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">&amp;OK</Control>
</Form>
<Form ID="frmUpdatePrompt" Title="Mesen ー アップデート可能">
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.ru.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">&amp;OK</Control>
</Form>
<Form ID="frmVsGameConfig" Title="Конфигурация VS">
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.uk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">&amp;OK</Control>
</Form>
<Form ID="frmVsGameConfig" Title="Конфігурація VS">
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Forms/frmAbout.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions GUI.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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")]

0 comments on commit 61193f2

Please sign in to comment.