Module: wine Branch: master Commit: a6344997831f283e92a7e203534f0e3faf3cdb06 URL: https://gitlab.winehq.org/wine/wine/-/commit/a6344997831f283e92a7e203534f0e3...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue May 9 14:07:18 2023 -0600
wbemprox: Bump video driver version and date.
---
dlls/wbemprox/builtin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c index 7c4e530a6d0..3d5b1df2466 100644 --- a/dlls/wbemprox/builtin.c +++ b/dlls/wbemprox/builtin.c @@ -4191,8 +4191,8 @@ static enum fill_status fill_videocontroller( struct table *table, const struct rec->current_verticalres = vres; rec->description = wcsdup( name ); rec->device_id = L"VideoController1"; - rec->driverdate = L"20220118000000.000000-000"; - rec->driverversion = L"30.0.14023.3004"; + rec->driverdate = L"20230420000000.000000-000"; + rec->driverversion = L"31.0.14051.5006"; rec->installeddriver = get_videocontroller_installeddriver( desc.VendorId ); rec->name = wcsdup( name ); rec->pnpdevice_id = get_videocontroller_pnpdeviceid( &desc );