Salome HOME
Allocation of vtkEDFCutter in a separate vtkTools library
[modules/visu.git] / src / VISUGUI / VisuGUI_Factory.cxx
index 66878e750035d3b2f57ac423c1cba8a7e953e6e8..9e939d6d19455bf32bde084b32e7a0965e1df7a3 100644 (file)
@@ -30,6 +30,8 @@
 
 #include "CAM_Module.h"
 
+#include <VISU_version.h>
+
 #ifdef WNT
 #if defined VISU_VISUGUI_EXPORTS || defined VISU_EXPORTS
 #define VISU_VISUGUI_EXPORT __declspec(dllexport)
@@ -47,5 +49,11 @@ VISU_VISUGUI_EXPORT
   {
     return new VisuGUI_Module();
   }
+  
+VISU_VISUGUI_EXPORT  
+  char* getModuleVersion() 
+  {
+    return (char*)VISU_VERSION_STR;
+  }
 }