From 5f86ad486098601c2d136d809d15900c8106696d Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Thu, 12 Nov 2015 16:25:53 -0700 Subject: [PATCH] Version change from 0.9 to 1.0 --- CMakeLists.txt | 2 +- tests/_vktracereplay.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 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-.dll (and other files). -set(MAJOR "0") +set(MAJOR "1") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") diff --git a/tests/_vktracereplay.ps1 b/tests/_vktracereplay.ps1 index d77b252c..cd9072ef 100644 --- a/tests/_vktracereplay.ps1 +++ b/tests/_vktracereplay.ps1 @@ -25,7 +25,7 @@ cp ..\..\vktrace\$dPath\vktrace.exe . cp ..\..\demos\$dPath\cube.exe . cp ..\..\demos\*.ppm . cp ..\..\demos\*.spv . -cp ..\..\loader\$dPath\vulkan-0.dll . +cp ..\..\loader\$dPath\vulkan-1.dll . cp ..\..\layers\$dPath\VKLayerScreenShot.dll . cp ..\..\layers\$dPath\screenshot.json . cp ..\..\layers\$dPath\vktrace_layer.dll .