From 07e48d446bcda3a60d96b03e635d97d1ad61bdbd Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Mon, 16 Nov 2015 17:01:29 -0700 Subject: Change version 1.0 to 0.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-.dll (and other files). -set(MAJOR "1") +set(MAJOR "0") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") -- cgit v1.2.3