Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Feb 19, 2023
1 parent 25dd878 commit 8ef807e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_BUILD_TYPE Debug)

project(ueberzugpp LANGUAGES CXX VERSION 1.8.0)
project(ueberzugpp LANGUAGES CXX VERSION 1.9.0)

find_package(nlohmann_json REQUIRED)
find_package(CLI11 REQUIRED)
Expand Down Expand Up @@ -77,6 +77,6 @@ target_link_libraries(ueberzug PUBLIC
)

install(TARGETS ueberzug
CONFIGURATIONS Release
CONFIGURATIONS Debug Release None
RUNTIME DESTINATION bin)

0 comments on commit 8ef807e

Please sign in to comment.