[meta] Release v0.81

This commit is contained in:
Philip Rebohle 2018-10-05 21:14:11 +02:00
parent a3bf90f5a3
commit 09bbb68d98
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
0.80
0.81

View File

@ -1,4 +1,4 @@
project('dxvk', ['c', 'cpp'], version : 'v0.80')
project('dxvk', ['c', 'cpp'], version : 'v0.81')
cpu_family = target_machine.cpu_family()

View File

@ -68,7 +68,7 @@ namespace dxvk {
appInfo.pApplicationName = nullptr;
appInfo.applicationVersion = 0;
appInfo.pEngineName = "DXVK";
appInfo.engineVersion = VK_MAKE_VERSION(0, 8, 0);
appInfo.engineVersion = VK_MAKE_VERSION(0, 8, 1);
appInfo.apiVersion = 0;
VkInstanceCreateInfo info;