aboutsummaryrefslogtreecommitdiff
path: root/loader
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-10-28 08:50:56 -0600
committerMark Lobodzinski <mark@lunarg.com>2016-10-28 13:01:30 -0600
commit83d89e948fdc6dba16d14c9827909b1ec5796772 (patch)
tree1466eb070a50946b482061b86b7e1dea16cf79bc /loader
parenta72931609ee8bfe848d509a1a51b3c9373a26dce (diff)
downloadusermoji-83d89e948fdc6dba16d14c9827909b1ec5796772.tar.xz
header: Update header files to version 1.0.32
- updated vulkan.h - updated vk.xml (note that the validity tags have been removed in this update) - updated vulkan.hpp - updated loader's SOVERSION - updated json files to version 1.0.32 Change-Id: Ie650c1d6e0bdff3c8cc9c38d74715c454dec37de
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 411e557c..d6ecf5d9 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.31")
+ set_target_properties(vulkan PROPERTIES SOVERSION "1" VERSION "1.0.32")
target_link_libraries(vulkan -ldl -lpthread -lm)
install(TARGETS vulkan LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()