diff options
author | Mark Lobodzinski <mark@lunarg.com> | 2017-02-13 10:15:53 -0700 |
---|---|---|
committer | Mark Lobodzinski <mark@lunarg.com> | 2017-02-14 15:18:19 -0700 |
commit | b7c38e4a5aa96ba927b83608d8ad912f0aa32ea6 (patch) | |
tree | 8d5adef483c616ccdb8a0938339f3ddffe50809d /loader | |
parent | f470c882aa6489bae4cd1878e4ef04e9c288ce7d (diff) |
header: Update to Vulkan 1.0.40
fixed:
- generators for latex math changes
updated:
- include/vulkan/vk_platform.h
- include/vulkan/vulkan.h
- scripts/generator.py
- scripts/lvl_genvk.py
- scripts/reg.py
- scripts/vk.xml
- include/vulkan/vulkan.hpp
- layers/tests json files
- loader SOVERSION
Change-Id: Id7d6f9dee73888877f2e7528f5701871f54ece79
Diffstat (limited to 'loader')
-rw-r--r-- | loader/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt index ce490867..fdaed303 100644 --- a/loader/CMakeLists.txt +++ b/loader/CMakeLists.txt @@ -113,7 +113,7 @@ else() set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wpointer-arith") add_library(${API_LOWERCASE} SHARED ${LOADER_SRCS}) - set_target_properties(${API_LOWERCASE} PROPERTIES SOVERSION "1" VERSION "1.0.39") + set_target_properties(${API_LOWERCASE} PROPERTIES SOVERSION "1" VERSION "1.0.40") target_link_libraries(${API_LOWERCASE} -ldl -lpthread -lm) install(TARGETS ${API_LOWERCASE} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) endif() |