diff options
| author | Tony Barbour <tony@LunarG.com> | 2016-02-10 16:12:30 -0700 |
|---|---|---|
| committer | Tony Barbour <tony@LunarG.com> | 2016-02-10 16:13:12 -0700 |
| commit | a8666f2657af8cb666b5c1a5eee8fcaa66343b6d (patch) | |
| tree | 6aa90c27d155968dccbc4e4f8e0967ad2280795e /loader | |
| parent | 63be6b4a3c56dc1b55e1da3752f5bdf3e5c26631 (diff) | |
| download | usermoji-a8666f2657af8cb666b5c1a5eee8fcaa66343b6d.tar.xz | |
More api version bumps
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | loader/LoaderAndLayerInterface.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/loader/CMakeLists.txt b/loader/CMakeLists.txt index b14e89df..835c23aa 100644 --- a/loader/CMakeLists.txt +++ b/loader/CMakeLists.txt @@ -45,6 +45,6 @@ if (NOT WIN32) 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.2") + set_target_properties(vulkan PROPERTIES SOVERSION "1" VERSION "1.0.3") target_link_libraries(vulkan -ldl -lpthread -lm) endif() diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index dd8a8918..a5637209 100644 --- a/loader/LoaderAndLayerInterface.md +++ b/loader/LoaderAndLayerInterface.md @@ -418,7 +418,7 @@ For example: "library\_path": "vkOverlayLayer.dll" -"api\_version" : "1.0.0", +"api\_version" : "1.0.3", "implementation\_version" : "2", |
