v108 release.

This commit is contained in:
byuu 2019-07-29 01:30:07 +09:00
parent ee6498258f
commit 4291a0cae6
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ linux-x86_64-binaries_task:
image: ubuntu:latest
setup_script:
- apt-get update && apt-get -y install build-essential libgtk2.0-dev libpulse-dev mesa-common-dev libgtksourceview2.0-dev libcairo2-dev libsdl2-dev libxv-dev libao-dev libopenal-dev libudev-dev
- apt-get update && apt-get -y install build-essential libgtk2.0-dev libpulse-dev mesa-common-dev libgtksourceview2.0-dev libcairo2-dev libsdl2-dev libxv-dev libao-dev libopenal-dev libudev-dev zip
compile_script:
- make -C bsnes

View File

@ -31,13 +31,13 @@ using namespace nall;
namespace Emulator {
static const string Name = "bsnes";
static const string Version = "107.19";
static const string Version = "108";
static const string Author = "byuu";
static const string License = "GPLv3";
static const string Website = "https://byuu.org";
//incremented only when serialization format changes
static const string SerializerVersion = "107.3";
static const string SerializerVersion = "108";
namespace Constants {
namespace Colorburst {