Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Apr 13, 2023
1 parent b34360e commit 49df37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 2.7.3)
project(ueberzugpp LANGUAGES CXX VERSION 2.7.4)

find_package(nlohmann_json REQUIRED)
find_package(CLI11 REQUIRED)
Expand Down

0 comments on commit 49df37b

Please sign in to comment.