From 0c845ee7311eafd7deb7056a61826827e39f8dcf Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 28 May 2009 12:26:10 +0000 Subject: [PATCH] - 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 --- reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp b/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp index 51d236b4c70..298229b4bf3 100644 --- a/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp +++ b/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp @@ -1,7 +1,7 @@ #include "stdafx.h" extern "C" { -ULONG MajorVersion = 0x04; -ULONG MinorVersion = 0x01; +ULONG MajorVersion = 0x05; +ULONG MinorVersion = 0x02; ULONG BuildNumber = 0x0; }