wbemprox: Bump video driver version and date.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Paul Gofman 2022-03-18 18:24:41 +03:00 committed by Alexandre Julliard
parent 1447872b0c
commit 5c5dfb3d60
1 changed files with 2 additions and 2 deletions

View File

@ -4060,8 +4060,8 @@ static enum fill_status fill_videocontroller( struct table *table, const struct
rec->current_verticalres = vres;
rec->description = heap_strdupW( name );
rec->device_id = L"VideoController1";
rec->driverdate = L"20170101000000.000000+000";
rec->driverversion = L"1.0";
rec->driverdate = L"20220118000000.000000-000";
rec->driverversion = L"30.0.14023.3004";
rec->installeddriver = get_videocontroller_installeddriver( desc.VendorId );
rec->name = heap_strdupW( name );
rec->pnpdevice_id = get_videocontroller_pnpdeviceid( &desc );