Skip to content

Commit 26ac1b6

Browse files
committed
Release v0.8.3
Add support for 570 branch drivers for NVML Multiple updates to DXVK-NVAPI Add updates to scripts to support usage with wine >= 10.2 Some fixes here and there.
1 parent 9f8352a commit 26ac1b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NVIDIA Libs
22

3-
Release: 0.8.2
3+
Release: 0.8.3
44
Recommended nVidia proprietary driver branch 550+ for best compatibility with OptiX and CUDA.
55

66
CUDA SDK >12.x should now mostly be supported. There can still be missing functions

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('nvidia-libs', ['c'], version: 'v0.8.2', license: 'mixed')
1+
project('nvidia-libs', ['c'], version: 'v0.8.3', license: 'mixed')
22

33
nvlibs_version = vcs_tag(
44
command: ['git', 'describe', '--always', '--tags', '--long', '--dirty=+'],

0 commit comments

Comments
 (0)