aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2015-11-16 17:01:29 -0700
committerDavid Pinedo <david@lunarg.com>2015-11-16 17:01:29 -0700
commit07e48d446bcda3a60d96b03e635d97d1ad61bdbd (patch)
tree0a83118b8ab13f7009706f204aa3c1177ec62243
parent8d329638226f826ead4c2ea88a594dd715722113 (diff)
downloadusermoji-07e48d446bcda3a60d96b03e635d97d1ad61bdbd.tar.xz
Change version 1.0 to 0.10
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e126f94..112fd571 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 "1")
+set(MAJOR "0")
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")