From 1f34eeded6bf3fdf8e1e5fbb8c824ad519ac672e Mon Sep 17 00:00:00 2001 From: Souryo Date: Fri, 24 Mar 2017 19:23:18 -0400 Subject: [PATCH] Version Update: 0.8.0 --- Core/EmulationSettings.cpp | 6 +++--- GUI.NET/Config/Configuration.cs | 2 +- GUI.NET/Dependencies/resources.es.xml | 2 +- GUI.NET/Dependencies/resources.fr.xml | 2 +- GUI.NET/Dependencies/resources.ja.xml | 2 +- GUI.NET/Dependencies/resources.pt.xml | 2 +- GUI.NET/Dependencies/resources.ru.xml | 2 +- GUI.NET/Dependencies/resources.uk.xml | 2 +- GUI.NET/Forms/frmAbout.Designer.cs | 2 +- GUI.NET/Properties/AssemblyInfo.cs | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Core/EmulationSettings.cpp b/Core/EmulationSettings.cpp index 9a61a33e7..9073139b2 100644 --- a/Core/EmulationSettings.cpp +++ b/Core/EmulationSettings.cpp @@ -2,10 +2,10 @@ #include "EmulationSettings.h" #include "VsControlManager.h" -//Version 0.7.1 +//Version 0.8.0 uint16_t EmulationSettings::_versionMajor = 0; -uint8_t EmulationSettings::_versionMinor = 7; -uint8_t EmulationSettings::_versionRevision = 1; +uint8_t EmulationSettings::_versionMinor = 8; +uint8_t EmulationSettings::_versionRevision = 0; Language EmulationSettings::_displayLanguage = Language::English; diff --git a/GUI.NET/Config/Configuration.cs b/GUI.NET/Config/Configuration.cs index a72960cd2..cbc6b8b89 100644 --- a/GUI.NET/Config/Configuration.cs +++ b/GUI.NET/Config/Configuration.cs @@ -13,7 +13,7 @@ public class Configuration private const int MaxRecentFiles = 10; private bool _needToSave = false; - public string MesenVersion = "0.7.1"; + public string MesenVersion = "0.8.0"; public PreferenceInfo PreferenceInfo; public AudioInfo AudioInfo; public VideoInfo VideoInfo; diff --git a/GUI.NET/Dependencies/resources.es.xml b/GUI.NET/Dependencies/resources.es.xml index e5b256fcc..d194ff4eb 100644 --- a/GUI.NET/Dependencies/resources.es.xml +++ b/GUI.NET/Dependencies/resources.es.xml @@ -458,7 +458,7 @@ © 2017 M. Bibaud (aka Sour) Sitio web: www.mesen.ca - Versión: 0.7.1 (Beta) + Versión: 0.8.0 (Beta) Si deseas colaborar con Mesen, por favor considera hacer una donación. ¡Gracias por tu colaboración! &OK diff --git a/GUI.NET/Dependencies/resources.fr.xml b/GUI.NET/Dependencies/resources.fr.xml index 8454851d7..a053d3c4a 100644 --- a/GUI.NET/Dependencies/resources.fr.xml +++ b/GUI.NET/Dependencies/resources.fr.xml @@ -472,7 +472,7 @@ © 2017 M. Bibaud (aka Sour) Site web: www.mesen.ca - Version: 0.7.1 (Beta) + Version: 0.8.0 (Beta) Si vous voulez supporter le développement de Mesen, vous pouvez faire une donation. Merci de votre support! &OK diff --git a/GUI.NET/Dependencies/resources.ja.xml b/GUI.NET/Dependencies/resources.ja.xml index c9403f866..cf4d19d0c 100644 --- a/GUI.NET/Dependencies/resources.ja.xml +++ b/GUI.NET/Dependencies/resources.ja.xml @@ -459,7 +459,7 @@ © 2017 M. Bibaud (aka Sour) サイト: www.mesen.ca - バージョン: 0.7.1 (ベータ版) + バージョン: 0.8.0 (ベータ版) 応援ありがとうございます! &OK diff --git a/GUI.NET/Dependencies/resources.pt.xml b/GUI.NET/Dependencies/resources.pt.xml index a263d1c4c..54ec406ff 100644 --- a/GUI.NET/Dependencies/resources.pt.xml +++ b/GUI.NET/Dependencies/resources.pt.xml @@ -458,7 +458,7 @@ © 2017 M. Bibaud (aka Sour) Site: www.mesen.ca - Versão: 0.7.1 (Beta) + Versão: 0.8.0 (Beta) Caso queira apoiar Mesen, por favor considere fazer uma doação ao projeto. Obrigado pelo seu apoio! &OK diff --git a/GUI.NET/Dependencies/resources.ru.xml b/GUI.NET/Dependencies/resources.ru.xml index 0768203f3..624c6ab04 100644 --- a/GUI.NET/Dependencies/resources.ru.xml +++ b/GUI.NET/Dependencies/resources.ru.xml @@ -462,7 +462,7 @@ © 2017 M. Bibaud (aka Sour) Сайт: www.mesen.ca - Версия: 0.7.1 (Beta) + Версия: 0.8.0 (Beta) If you want to support Mesen, please consider donating. Thank you for your support! &OK diff --git a/GUI.NET/Dependencies/resources.uk.xml b/GUI.NET/Dependencies/resources.uk.xml index 3b476cb9b..3b13bba14 100644 --- a/GUI.NET/Dependencies/resources.uk.xml +++ b/GUI.NET/Dependencies/resources.uk.xml @@ -461,7 +461,7 @@ © 2017 M. Bibaud (aka Sour) Сайт: www.mesen.ca - Версiя: 0.7.1 (Beta) + Версiя: 0.8.0 (Beta) If you want to support Mesen, please consider donating. Thank you for your support! &OK diff --git a/GUI.NET/Forms/frmAbout.Designer.cs b/GUI.NET/Forms/frmAbout.Designer.cs index 9a569624e..0a99b9169 100644 --- a/GUI.NET/Forms/frmAbout.Designer.cs +++ b/GUI.NET/Forms/frmAbout.Designer.cs @@ -152,7 +152,7 @@ private void InitializeComponent() this.labelVersion.Name = "labelVersion"; this.labelVersion.Size = new System.Drawing.Size(146, 17); this.labelVersion.TabIndex = 0; - this.labelVersion.Text = "Version: 0.7.1 (Beta)"; + this.labelVersion.Text = "Version: 0.8.0 (Beta)"; this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // okButton diff --git a/GUI.NET/Properties/AssemblyInfo.cs b/GUI.NET/Properties/AssemblyInfo.cs index 11a7e30a4..b07663737 100644 --- a/GUI.NET/Properties/AssemblyInfo.cs +++ b/GUI.NET/Properties/AssemblyInfo.cs @@ -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.7.1.0")] -[assembly: AssemblyFileVersion("0.7.1.0")] +[assembly: AssemblyVersion("0.8.0.0")] +[assembly: AssemblyFileVersion("0.8.0.0")]