https://git.reactos.org/?p=reactos.git;a=commitdiff;h=34914ca220b36440dd90d1387517e03d3cc88fdf

commit 34914ca220b36440dd90d1387517e03d3cc88fdf
Author:     Stanislav Motylkov <[email protected]>
AuthorDate: Tue Feb 2 01:54:06 2021 +0300
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Tue Feb 2 01:54:06 2021 +0300

    [INF] Fix the date in DriverVer directive for HAL
    
    CORE-17212
---
 media/inf/hal.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media/inf/hal.inf b/media/inf/hal.inf
index 2d27ea92785..78d7587fc1a 100644
--- a/media/inf/hal.inf
+++ b/media/inf/hal.inf
@@ -9,7 +9,7 @@ LayoutFile = layout.inf
 Class      = Computer
 ClassGUID  = {4D36E966-E325-11CE-BFC1-08002BE10318}
 Provider   = %ReactOS%
-DriverVer  = 8/15/2011,1.00.0.0
+DriverVer  = 08/15/2011,1.00.0.0
 
 [DestinationDirs]
 DefaultDestDir = 12

Reply via email to