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.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Jun 23, 2019
1 parent 5958405 commit f544688
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Core/EmulationSettings.cpp
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Docs/config.toml
Expand Up @@ -11,7 +11,7 @@ home = [ "HTML", "RSS", "JSON"]

[params]
themeVariant = "green"
mesenVersion = "0.9.7"
mesenVersion = "0.9.8"

[[menu.shortcuts]]
name = "<img style='vertical-align: middle' src='/images/favicon.png'/> <span style='display: inline;vertical-align: middle'>Website</span>"
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.7";
public string MesenVersion = "0.9.8";
public PreferenceInfo PreferenceInfo;
public AudioInfo AudioInfo;
public VideoInfo VideoInfo;
Expand Down
2 changes: 1 addition & 1 deletion GUI.NET/Properties/AssemblyInfo.cs
Expand Up @@ -33,4 +33,4 @@
// 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")]

0 comments on commit f544688

Please sign in to comment.