From ac8ec5da193a35a1dcb463d5a62e943e96d3a2ca Mon Sep 17 00:00:00 2001 From: fleroviux Date: Mon, 1 Feb 2021 00:56:52 +0100 Subject: [PATCH] Bump version to 1.3! --- CMakeLists.txt | 2 +- source/emulator/core/hw/apu/channel/sequencer.hpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68d084656..c814170ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif() project(NanoboyAdvance CXX) set(VERSION_MAJOR 1) -set(VERSION_MINOR 2) +set(VERSION_MINOR 3) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/source/emulator/core/hw/apu/channel/sequencer.hpp b/source/emulator/core/hw/apu/channel/sequencer.hpp index 92fd9ca77..af91ecf19 100644 --- a/source/emulator/core/hw/apu/channel/sequencer.hpp +++ b/source/emulator/core/hw/apu/channel/sequencer.hpp @@ -7,8 +7,6 @@ #pragma once -#include - namespace nba::core { class Envelope {