diff options
| author | David Pinedo <david@lunarg.com> | 2015-11-12 16:25:53 -0700 |
|---|---|---|
| committer | David Pinedo <david@lunarg.com> | 2015-11-12 16:25:53 -0700 |
| commit | 0ea0f30391df044038abf8401e344f04cd25b9a5 (patch) | |
| tree | 3ac899aa0f1145c26c0f8a1d7c4e874d355a0e19 | |
| parent | f7283c0e866cd552fcd7d74d2fef4244a26f8b25 (diff) | |
| download | usermoji-0ea0f30391df044038abf8401e344f04cd25b9a5.tar.xz | |
Version change from 0.9 to 1.0
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 112fd571..3e126f94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project (VULKAN) # The MAJOR number of the version we're building, used in naming # vulkan-<major>.dll (and other files). -set(MAJOR "0") +set(MAJOR "1") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") |
