mirror of
https://github.com/libretro/Mesen.git
synced 2024-11-27 02:50:28 +00:00
Version Update: 0.9.8
This commit is contained in:
parent
5958405732
commit
f544688b64
@ -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;
|
||||
|
@ -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>"
|
||||
|
@ -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;
|
||||
|
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user