Salome HOME
fix: replace unordered_set/map with set/map
[tools/medcoupling.git] / src / PyWrapping / medcoupling.i
index 3c7a0e6d1d0f11000c1c0bb572d5cb6703c19a32..06c12759c2618b16f28ec6498f65dbc2e2de92b8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2017-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -48,6 +48,9 @@
 %include "ParaMEDMEMCommon.i"
 #endif
 
+%constant const char __version__[]=MEDCOUPLING_GIT_SHA1;
+%constant const char __config_datetime__[]=MEDCOUPLING_CONFIG_DT;
+
 %{
   static const char SEQ_INTERPOL_EXT[]="Sequential interpolator";
   static const char MEDFILEIO_EXT[]="MED file I/O";