version: bump to 0.4.0
Some checks failed
Build & Test (Arch) / Arch: Build and Test (gcc) (push) Has been cancelled
Build & Test (Arch) / Arch: Build and Test (clang) (push) Has been cancelled
Build & Test / nix (hyprgraphics) (push) Has been cancelled
Build & Test / nix (hyprgraphics-with-tests) (push) Has been cancelled

This commit is contained in:
Vaxry 2025-11-21 14:04:00 +00:00
parent 1fb5bfbd62
commit 8f1bec691b
Signed by: vaxry
GPG key ID: 665806380871D640
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ target_include_directories(
PUBLIC "./include" PUBLIC "./include"
PRIVATE "./src") PRIVATE "./src")
set_target_properties(hyprgraphics PROPERTIES VERSION ${HYPRGRAPHICS_VERSION} set_target_properties(hyprgraphics PROPERTIES VERSION ${HYPRGRAPHICS_VERSION}
SOVERSION 2) SOVERSION 3)
target_link_libraries(hyprgraphics PkgConfig::deps) target_link_libraries(hyprgraphics PkgConfig::deps)
if(JXL_FOUND) if(JXL_FOUND)
target_link_libraries(hyprgraphics PkgConfig::JXL) target_link_libraries(hyprgraphics PkgConfig::JXL)

View file

@ -1 +1 @@
0.3.0 0.4.0