]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
HYDRO bug 17: add HYDRO version in About dialog.
authorouv <ouv@opencascade.com>
Wed, 11 Sep 2013 09:04:39 +0000 (09:04 +0000)
committerouv <ouv@opencascade.com>
Wed, 11 Sep 2013 09:04:39 +0000 (09:04 +0000)
src/HYDROGUI/HYDROGUI_Module.cxx

index 33a57e03eb449a17c8dd74c74e5974030b5dc485..ee2dfa1fe29c1cc50e9c1b606126af661e06a38d 100644 (file)
@@ -68,6 +68,11 @@ extern "C" HYDRO_EXPORT CAM_Module* createModule()
   return new HYDROGUI_Module();
 }
 
+extern "C" HYDRO_EXPORT char* getModuleVersion()
+{
+  return "0.1";
+}
+
 HYDROGUI_Module::HYDROGUI_Module()
 : LightApp_Module( "HYDRO" ),
   myDisplayer( 0 ),