Salome HOME
Copyright update 2022
[tools/medcoupling.git] / MEDCoupling_version.h.in
index e81ace1232efdf832cf28928cb577eda2b372fb6..191ca3cfa99c1b2d9d91d7015de3b091abcc935c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2015-2022  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -20,8 +20,7 @@
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
-#if !defined(__MEDCOUPLING_VERSION_H__)
-#define __MEDCOUPLING_VERSION_H__
+#pragma once
 
 /*!
   Specify version of MEDCoupling, as follows
@@ -31,7 +30,6 @@
   MEDCOUPLING_VERSION_MAINTENANCE : (integer) number identifying maintenance version
   MEDCOUPLING_VERSION_STR         : (string)  complete version number "major.minor.maintenance"
   MEDCOUPLING_VERSION             : (hex)     complete version number (major << 16) + (minor << 8) + maintenance
-  MEDCOUPLING_DEVELOPMENT         : (integer) indicates development version when set to 1
 */
 
 #define MEDCOUPLING_VERSION_MAJOR       @MEDCOUPLING_MAJOR_VERSION@
@@ -39,6 +37,7 @@
 #define MEDCOUPLING_VERSION_MAINTENANCE @MEDCOUPLING_PATCH_VERSION@
 #define MEDCOUPLING_VERSION_STR         "@MEDCOUPLING_VERSION@"
 #define MEDCOUPLING_VERSION             @MEDCOUPLING_XVERSION@
-#define MEDCOUPLING_DEVELOPMENT         @MEDCOUPLING_VERSION_DEV@
 
-#endif // __MEDCOUPLING_VERSION_H__
+// define MEDCOUPLING_USE_64BIT_IDS if effectly used at medcoupling compile time
+
+#cmakedefine MEDCOUPLING_USE_64BIT_IDS