aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-10-17 16:50:51 -0600
committerMark Lobodzinski <mark@lunarg.com>2016-10-18 08:50:58 -0600
commitd62c849087c906d54d778eba7ed22a212f040cf2 (patch)
tree9e9b9db120488f55ac030d517e1b33d672ec1527
parent1203e1d05da185f75ba4e9bb3c18adc1c1765caf (diff)
downloadusermoji-d62c849087c906d54d778eba7ed22a212f040cf2.tar.xz
loader: Update SOVERSION to version 1.0.31
Change-Id: If2e6d7dee62d03cfc95bebd8418c53bceef6fc22
-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()