[ros-diffs] [fireball] 41174: - 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.

fireball at svn.reactos.org fireball at svn.reactos.org
Thu May 28 14:26:11 CEST 2009


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/ros_glue/ros_glue.cpp?rev=41174&r1=41173&r2=41174&view=diff
==============================================================================
--- 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;
 }



More information about the Ros-diffs mailing list