We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7051795 commit ee7efdcCopy full SHA for ee7efdc
CMakeLists.txt
@@ -31,7 +31,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
31
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
32
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Build type.")
33
34
-project(ueberzugpp LANGUAGES CXX C VERSION 2.8.9)
+project(ueberzugpp LANGUAGES CXX C VERSION 2.9.0)
35
add_executable(ueberzug)
36
37
option(ENABLE_X11 "Enable X11 canvas." ON)
0 commit comments