aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2015-11-12 16:25:53 -0700
committerDavid Pinedo <david@lunarg.com>2015-11-12 16:25:53 -0700
commit0ea0f30391df044038abf8401e344f04cd25b9a5 (patch)
tree3ac899aa0f1145c26c0f8a1d7c4e874d355a0e19
parentf7283c0e866cd552fcd7d74d2fef4244a26f8b25 (diff)
downloadusermoji-0ea0f30391df044038abf8401e344f04cd25b9a5.tar.xz
Version change from 0.9 to 1.0
-rw-r--r--CMakeLists.txt2
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")