Salome HOME
Tests for Bathymetry object.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.cxx
index 491c9c3d23695ca701476304f5ef4bd2a55719c9..c355b51cc17d09b81ec638636f5c95c53e4c5e58 100644 (file)
@@ -70,7 +70,7 @@ extern "C" HYDRO_EXPORT CAM_Module* createModule()
 
 extern "C" HYDRO_EXPORT char* getModuleVersion()
 {
-  return QString( "0.1" ).toLatin1().data();
+  return (char*)HYDRO_VERSION;
 }
 
 HYDROGUI_Module::HYDROGUI_Module()