Skip to content

Commit

Permalink
Bump version to 1.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Jan 31, 2021
1 parent 645700c commit ac8ec5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions source/emulator/core/hw/apu/channel/sequencer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#pragma once

#include <algorithm>

namespace nba::core {

class Envelope {
Expand Down

0 comments on commit ac8ec5d

Please sign in to comment.