Salome HOME
bos #30440 [CEA 30439] new salome doesn't clean paraview view in FIELDS
[modules/med.git] / src / MEDCalc / gui / factory.cxx
index 215c32553e636a19dfb4e21f1460c64e1b6a3ba6..f104295529d6fdea0c6f22fc045ff47924a7f6e0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -33,7 +33,7 @@
  * configuration below is MEDModule.
  */
 
-#include <MED_version.h>
+#include <FIELDS_version.h>
 #include "MEDModule.hxx"
 #include "MEDCALCGUI.hxx"
 
@@ -59,7 +59,7 @@ extern "C" {
 
   /*! This function specifies the version of the module to be displayed in the about dialog box */
   MEDCALCGUI_EXPORT char* getModuleVersion() {
-    return (char*)SALOMEMED_VERSION_STR;
+    return (char*)SALOMEFIELDS_VERSION_STR;
   }
 
 }