Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Sep 19, 2023
1 parent 9e680f7 commit 72b8ffe
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 @@ -30,7 +30,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Build type.")

project(ueberzugpp LANGUAGES CXX C VERSION 2.9.1)
project(ueberzugpp LANGUAGES CXX C VERSION 2.9.2)
add_executable(ueberzug)

option(ENABLE_X11 "Enable X11 canvas." ON)
Expand Down

0 comments on commit 72b8ffe

Please sign in to comment.