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.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Sep 2, 2017
1 parent 2c06c7c commit 3181bfc
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Core/EmulationSettings.cpp
Expand Up @@ -4,10 +4,10 @@
#include "VsControlManager.h"
#include "RewindManager.h"

//Version 0.9.1
//Version 0.9.2
uint16_t EmulationSettings::_versionMajor = 0;
uint8_t EmulationSettings::_versionMinor = 9;
uint8_t EmulationSettings::_versionRevision = 1;
uint8_t EmulationSettings::_versionRevision = 2;

Language EmulationSettings::_displayLanguage = Language::English;

Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Config/Configuration.cs
Expand Up @@ -15,7 +15,7 @@ public class Configuration
private const int MaxRecentFiles = 10;
private bool _needToSave = false;

public string MesenVersion = "0.9.1";
public string MesenVersion = "0.9.2";
public PreferenceInfo PreferenceInfo;
public AudioInfo AudioInfo;
public VideoInfo VideoInfo;
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.ca.xml
Expand Up @@ -510,7 +510,7 @@
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
<Control ID="lblWebsite">Lloc web:</Control>
<Control ID="lblLink">www.mesen.ca</Control>
<Control ID="labelVersion">Versió: 0.9.1 (Beta)</Control>
<Control ID="labelVersion">Versió: 0.9.2 (Beta)</Control>
<Control ID="lblDonate">Si desitgeu col·laborar amb Mesen, si us plau, considereu fer un donatiu.&#xA;Gràcies pel vostre suport.</Control>
<Control ID="okButton">&amp;D'acord</Control>
</Form>
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.es.xml
Expand Up @@ -525,7 +525,7 @@
<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.9.1 (Beta)</Control>
<Control ID="labelVersion">Versión: 0.9.2 (Beta)</Control>
<Control ID="lblDonate">Si deseas colaborar con Mesen, por favor considera hacer una donación.&#xA;¡Gracias por tu colaboración!</Control>
<Control ID="okButton">&amp;OK</Control>
</Form>
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.fr.xml
Expand Up @@ -539,7 +539,7 @@
<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.9.1 (Beta)</Control>
<Control ID="labelVersion">Version: 0.9.2 (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">&amp;OK</Control>
</Form>
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.ja.xml
Expand Up @@ -527,7 +527,7 @@
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
<Control ID="lblWebsite">サイト:</Control>
<Control ID="lblLink">www.mesen.ca</Control>
<Control ID="labelVersion">バージョン: 0.9.1 (ベータ版)</Control>
<Control ID="labelVersion">バージョン: 0.9.2 (ベータ版)</Control>
<Control ID="lblDonate">応援ありがとうございます!</Control>
<Control ID="okButton">&amp;OK</Control>
</Form>
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.pt.xml
Expand Up @@ -525,7 +525,7 @@
<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.9.1 (Beta)</Control>
<Control ID="labelVersion">Versão: 0.9.2 (Beta)</Control>
<Control ID="lblDonate">Caso queira apoiar o Mesen, por favor, considere fazer uma doação ao projeto.&#xA;Obrigado pelo seu apoio!</Control>
<Control ID="okButton">&amp;OK</Control>
</Form>
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.ru.xml
Expand Up @@ -529,7 +529,7 @@
<Control ID="labelCopyright">© 2017 M. Bibaud (aka Sour)</Control>
<Control ID="lblWebsite">Сайт:</Control>
<Control ID="lblLink">www.mesen.ca</Control>
<Control ID="labelVersion">Версия: 0.9.1 (Beta)</Control>
<Control ID="labelVersion">Версия: 0.9.2 (Beta)</Control>
<Control ID="lblDonate">If you want to support Mesen, please consider donating.&#xA;Thank you for your support!</Control>
<Control ID="okButton">&amp;OK</Control>
</Form>
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Dependencies/resources.uk.xml
Expand Up @@ -529,7 +529,7 @@
<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.9.1 (Beta)</Control>
<Control ID="labelVersion">Версiя: 0.9.2 (Beta)</Control>
<Control ID="lblDonate">Якщо ви хочете підтримати Mesen, будь ласка підтримайте.&#xA;Дякую за вашу підтримку!</Control>
<Control ID="okButton">&amp;OK</Control>
</Form>
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.

10 changes: 5 additions & 5 deletions GUI.NET/Forms/frmMain.cs
Expand Up @@ -190,11 +190,6 @@ protected override void OnShown(EventArgs e)
{
base.OnShown(e);

if(_showUpgradeMessage) {
MesenMsgBox.Show("UpgradeSuccess", MessageBoxButtons.OK, MessageBoxIcon.Information);
_showUpgradeMessage = false;
}

if(ConfigManager.Config.WindowSize.HasValue) {
this.Size = ConfigManager.Config.WindowSize.Value;
}
Expand All @@ -203,6 +198,11 @@ protected override void OnShown(EventArgs e)

this.menuStrip.VisibleChanged += new System.EventHandler(this.menuStrip_VisibleChanged);
this.UpdateRendererLocation();

if(_showUpgradeMessage) {
MesenMsgBox.Show("UpgradeSuccess", MessageBoxButtons.OK, MessageBoxIcon.Information);
_showUpgradeMessage = false;
}
}

protected override void OnClosing(CancelEventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions GUI.NET/Properties/AssemblyInfo.cs
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.9.1.0")]
[assembly: AssemblyFileVersion("0.9.1.0")]
[assembly: AssemblyVersion("0.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]

0 comments on commit 3181bfc

Please sign in to comment.