aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-01-06 16:34:27 -0700
committerDavid Pinedo <david@lunarg.com>2016-01-06 16:38:22 -0700
commit5e6220d85aed6f41a9d0d42da340c3860d007986 (patch)
treeff4acd68d49fee06fbd43d03cc7719a77e20f56e
parentd1502d16a103af732080eb20dbd000554d88dcf2 (diff)
downloadusermoji-5e6220d85aed6f41a9d0d42da340c3860d007986.tar.xz
Bump Windows ABI to 1
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi2
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"