- 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:
Aleksey Bragin 2009-05-28 12:26:10 +00:00
parent b5000fe04d
commit 0c845ee731

View file

@ -1,7 +1,7 @@
#include "stdafx.h"
extern "C" {
ULONG MajorVersion = 0x04;
ULONG MinorVersion = 0x01;
ULONG MajorVersion = 0x05;
ULONG MinorVersion = 0x02;
ULONG BuildNumber = 0x0;
}