mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- Report 5.2 as a version in UniATA rather than 4.1. It doesn't seem to introduce incompatibility, but is more realistic for the rest of the driver.
svn path=/trunk/; revision=41174
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
extern "C" {
|
||||
ULONG MajorVersion = 0x04;
|
||||
ULONG MinorVersion = 0x01;
|
||||
ULONG MajorVersion = 0x05;
|
||||
ULONG MinorVersion = 0x02;
|
||||
ULONG BuildNumber = 0x0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user