Skip to content

Commit

Permalink
release v1.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonlover02 committed Jan 5, 2025
1 parent 87ab98e commit 9c77c35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.5
1.10.6
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('dxvk', ['c', 'cpp'], version : 'v1.10.5', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17' ])
project('dxvk', ['c', 'cpp'], version : 'v1.10.6', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17' ])

cpu_family = target_machine.cpu_family()
platform = target_machine.system()
Expand Down
2 changes: 1 addition & 1 deletion src/dxvk/dxvk_instance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ namespace dxvk {
appInfo.pApplicationName = appName.c_str();
appInfo.applicationVersion = 0;
appInfo.pEngineName = "DXVK";
appInfo.engineVersion = VK_MAKE_VERSION(1, 10, 5);
appInfo.engineVersion = VK_MAKE_VERSION(1, 10, 6);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);

VkInstanceCreateInfo info;
Expand Down
2 changes: 1 addition & 1 deletion version.h.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define DXVK_VERSION "v1.10.5"
#define DXVK_VERSION "v1.10.6"

0 comments on commit 9c77c35

Please sign in to comment.