diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-15 16:10:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-15 16:30:08 -0700 |
commit | 3b5651d311d4268a130996e71afc11b508e59637 (patch) | |
tree | b3ab44a654d5309b5ff666206ec87238f16ae05c /altusmetrum.inf | |
parent | ef6998c2d052bf639f257b71baefacf3a652506f (diff) |
windows: Sign altusmetrum.inf with altusmetrum.cat
This .cat file will need to be updated when we get our 'real'
signature.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altusmetrum.inf')
-rwxr-xr-x | altusmetrum.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altusmetrum.inf b/altusmetrum.inf index 220069b3..45905cc8 100755 --- a/altusmetrum.inf +++ b/altusmetrum.inf @@ -6,9 +6,10 @@ Signature = "$Windows NT$" Class = Modem
ClassGUID = {4D36E96D-E325-11CE-BFC1-08002BE10318}
Provider = %Mfg%
-DriverVer = 08/05/2010,7.1.1.0
+DriverVer = 06/15/2014,7.1.1.0
PnpLockDown = 0
DriverPackageDisplayName = %DriverName%
+CatalogFile = altusmetrum.cat
[DestinationDirs]
FakeModemCopyFileSection = 12
|