Author: fireball
Date: Thu May 28 16:26:10 2009
New Revision: 41174
URL:
http://svn.reactos.org/svn/reactos?rev=41174&view=rev
Log:
- 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.
Modified:
trunk/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp
Modified: trunk/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/uniata…
==============================================================================
--- trunk/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp [iso-8859-1]
(original)
+++ trunk/reactos/drivers/storage/ide/uniata/ros_glue/ros_glue.cpp [iso-8859-1] Thu May 28
16:26:10 2009
@@ -1,7 +1,7 @@
#include "stdafx.h"
extern "C" {
-ULONG MajorVersion = 0x04;
-ULONG MinorVersion = 0x01;
+ULONG MajorVersion = 0x05;
+ULONG MinorVersion = 0x02;
ULONG BuildNumber = 0x0;
}