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; }