Make ReactOS report the Git revision as output by "git describe".
[reactos.git] / modules / rostests / rosautotest / CConfiguration.cpp
index 51d3f98..2a605b4 100644 (file)
@@ -119,7 +119,7 @@ CConfiguration::GetSystemInformation()
 
     /* Get the build from the define */
     ss << "&revision=";
 
     /* Get the build from the define */
     ss << "&revision=";
-    ss << KERNEL_VERSION_BUILD_HEX;
+    ss << KERNEL_VERSION_COMMIT_HASH;
 
     ss << "&platform=";
 
 
     ss << "&platform=";