mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +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:
parent
b5000fe04d
commit
0c845ee731
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
ULONG MajorVersion = 0x04;
|
ULONG MajorVersion = 0x05;
|
||||||
ULONG MinorVersion = 0x01;
|
ULONG MinorVersion = 0x02;
|
||||||
ULONG BuildNumber = 0x0;
|
ULONG BuildNumber = 0x0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue