From 4291a0cae648b1ec69c55594783f263083b48685 Mon Sep 17 00:00:00 2001 From: byuu <2107894+byuu@users.noreply.github.com> Date: Mon, 29 Jul 2019 01:30:07 +0900 Subject: [PATCH] v108 release. --- .cirrus.yml | 2 +- bsnes/emulator/emulator.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3bee7b3b..7e78a65e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 diff --git a/bsnes/emulator/emulator.hpp b/bsnes/emulator/emulator.hpp index be6ca27e..b4de4059 100644 --- a/bsnes/emulator/emulator.hpp +++ b/bsnes/emulator/emulator.hpp @@ -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 {