Skip to content

Commit

Permalink
v3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Aug 15, 2021
1 parent 9ac7120 commit c8394e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(spotify-qt LANGUAGES CXX VERSION 3.6)
project(spotify-qt LANGUAGES CXX VERSION 3.7)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(spotify-qt-lib LANGUAGES CXX VERSION 0.4)
project(spotify-qt-lib LANGUAGES CXX VERSION 0.5)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit c8394e5

Please sign in to comment.