From: ouv Date: Wed, 11 Sep 2013 09:04:39 +0000 (+0000) Subject: HYDRO bug 17: add HYDRO version in About dialog. X-Git-Tag: BR_hydro_v_0_1~43 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=caa3e04e8c0f85fceba13dee9191accb7e6e0c06;p=modules%2Fhydro.git HYDRO bug 17: add HYDRO version in About dialog. --- diff --git a/src/HYDROGUI/HYDROGUI_Module.cxx b/src/HYDROGUI/HYDROGUI_Module.cxx index 33a57e03..ee2dfa1f 100644 --- a/src/HYDROGUI/HYDROGUI_Module.cxx +++ b/src/HYDROGUI/HYDROGUI_Module.cxx @@ -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 ),