From f544688b64edf431e0a269bac66eebf6749506cf Mon Sep 17 00:00:00 2001 From: Sour Date: Sun, 23 Jun 2019 14:02:30 -0400 Subject: [PATCH] Version Update: 0.9.8 --- Core/EmulationSettings.cpp | 4 ++-- Docs/config.toml | 2 +- GUI.NET/Config/Configuration.cs | 2 +- GUI.NET/Properties/AssemblyInfo.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Core/EmulationSettings.cpp b/Core/EmulationSettings.cpp index 2a98588f..5ace762a 100644 --- a/Core/EmulationSettings.cpp +++ b/Core/EmulationSettings.cpp @@ -3,10 +3,10 @@ #include "Console.h" #include "RewindManager.h" -//Version 0.9.7 +//Version 0.9.8 uint16_t EmulationSettings::_versionMajor = 0; uint8_t EmulationSettings::_versionMinor = 9; -uint8_t EmulationSettings::_versionRevision = 7; +uint8_t EmulationSettings::_versionRevision = 8; SimpleLock EmulationSettings::_lock; SimpleLock EmulationSettings::_shortcutLock; diff --git a/Docs/config.toml b/Docs/config.toml index e99e7818..2429616f 100644 --- a/Docs/config.toml +++ b/Docs/config.toml @@ -11,7 +11,7 @@ home = [ "HTML", "RSS", "JSON"] [params] themeVariant = "green" -mesenVersion = "0.9.7" +mesenVersion = "0.9.8" [[menu.shortcuts]] name = " Website" diff --git a/GUI.NET/Config/Configuration.cs b/GUI.NET/Config/Configuration.cs index dc8e715c..2f27512e 100644 --- a/GUI.NET/Config/Configuration.cs +++ b/GUI.NET/Config/Configuration.cs @@ -15,7 +15,7 @@ namespace Mesen.GUI.Config private const int MaxRecentFiles = 10; private bool _needToSave = false; - public string MesenVersion = "0.9.7"; + public string MesenVersion = "0.9.8"; public PreferenceInfo PreferenceInfo; public AudioInfo AudioInfo; public VideoInfo VideoInfo; diff --git a/GUI.NET/Properties/AssemblyInfo.cs b/GUI.NET/Properties/AssemblyInfo.cs index 5383a6e7..bb402f8c 100644 --- a/GUI.NET/Properties/AssemblyInfo.cs +++ b/GUI.NET/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("0.9.*")] -[assembly: AssemblyFileVersion("0.9.7.0")] +[assembly: AssemblyFileVersion("0.9.8.0")]