aboutsummaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt
index cf90082d..793dccc8 100644
--- a/loader/CMakeLists.txt
+++ b/loader/CMakeLists.txt
@@ -83,7 +83,7 @@ else()
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wpointer-arith")
add_library(vulkan SHARED ${LOADER_SRCS})
- set_target_properties(vulkan PROPERTIES SOVERSION "1" VERSION "1.0.30")
+ set_target_properties(vulkan PROPERTIES SOVERSION "1" VERSION "1.0.31")
target_link_libraries(vulkan -ldl -lpthread -lm)
install(TARGETS vulkan LIBRARY DESTINATION lib)
endif()