diff options
| author | David Pinedo <david@lunarg.com> | 2016-01-06 16:34:27 -0700 |
|---|---|---|
| committer | David Pinedo <david@lunarg.com> | 2016-01-06 16:38:22 -0700 |
| commit | 5e6220d85aed6f41a9d0d42da340c3860d007986 (patch) | |
| tree | ff4acd68d49fee06fbd43d03cc7719a77e20f56e | |
| parent | d1502d16a103af732080eb20dbd000554d88dcf2 (diff) | |
| download | usermoji-5e6220d85aed6f41a9d0d42da340c3860d007986.tar.xz | |
Bump Windows ABI to 1
| -rwxr-xr-x | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 424ce5bd..ba76eee1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,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") if(CMAKE_SYSTEM_NAME STREQUAL "Windows") diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index d6c024a5..553959b8 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -29,7 +29,7 @@ # x.pre.y for prereleases # a single number for releases !define PRODUCTNAME "VulkanRT" -!define VERSION_ABI_MAJOR "0" +!define VERSION_ABI_MAJOR "1" !define VERSION_API_MAJOR "0" !define VERSION_MINOR "10" !define VERSION_PATCH "3.pre.1" |
