Version change from 0.9 to 1.0

This commit is contained in:
David Pinedo 2015-11-12 16:25:53 -07:00
parent d771023660
commit 5f86ad4860
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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 .