aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
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 /windowsRuntimeInstaller
parentd1502d16a103af732080eb20dbd000554d88dcf2 (diff)
downloadusermoji-5e6220d85aed6f41a9d0d42da340c3860d007986.tar.xz
Bump Windows ABI to 1
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi2
1 files changed, 1 insertions, 1 deletions
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"