From 0ea0f30391df044038abf8401e344f04cd25b9a5 Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Thu, 12 Nov 2015 16:25:53 -0700 Subject: Version change from 0.9 to 1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-.dll (and other files). -set(MAJOR "0") +set(MAJOR "1") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") -- cgit v1.2.3