diff options
| author | Jason <[email protected]> | 2023-03-31 13:05:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-31 13:05:48 -0700 |
| commit | 16d01e32ecf371d2000d46fa3e6cec59ff66dc87 (patch) | |
| tree | 555cf27371ef43a306f4947b21efb563854acb14 /thermal/simsensor | |
| parent | 901112d0fbcf4f000f14c8132ea2639f61d3c482 (diff) | |
Fix up malformed DriverVer directives (#948)
Co-authored-by: Jason Knichel <[email protected]>
Diffstat (limited to 'thermal/simsensor')
| -rw-r--r-- | thermal/simsensor/simsensor.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thermal/simsensor/simsensor.inf b/thermal/simsensor/simsensor.inf index 0f8fb7cd..e83aea31 100644 --- a/thermal/simsensor/simsensor.inf +++ b/thermal/simsensor/simsensor.inf @@ -17,7 +17,7 @@ Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%ProviderString% -DriverVer=09/02/2011, 6.02.8105 +DriverVer=09/02/2011, 6.2.8105.0 CatalogFile=simsensor.cat PnpLockdown=1 |
