Skip to content

Commit 638e89d

Browse files
committed
bump version and dep release
1 parent f8e63e3 commit 638e89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
3030
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
3131
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Build type.")
3232

33-
project(ueberzugpp LANGUAGES CXX C VERSION 2.9.0)
33+
project(ueberzugpp LANGUAGES CXX C VERSION 2.9.1)
3434
add_executable(ueberzug)
3535

3636
option(ENABLE_X11 "Enable X11 canvas." ON)
@@ -202,7 +202,7 @@ if(ENABLE_TURBOBASE64)
202202
if (NOT turbobase64_FOUND)
203203
FetchContent_Declare(
204204
turbobase64
205-
URL https://github.com/powturbo/Turbo-Base64/archive/refs/tags/2023.04.tar.gz
205+
URL https://github.com/powturbo/Turbo-Base64/archive/refs/tags/2023.08.tar.gz
206206
)
207207
FetchContent_Populate(turbobase64)
208208
add_subdirectory(${turbobase64_SOURCE_DIR} ${turbobase64_BINARY_DIR} EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)