Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed May 21, 2023
1 parent 8c4bf3e commit 202a0cd
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 @@ -28,7 +28,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 VERSION 2.8.3)
project(ueberzugpp LANGUAGES CXX VERSION 2.8.4)

option(ENABLE_X11 "Enable X11 canvas." ON)
option(ENABLE_OPENCV "Enable OpenCV image processing." ON)
Expand Down

0 comments on commit 202a0cd

Please sign in to comment.