Salome HOME
Change the paradigm of versioning of Boolean Operations on the Python API level.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_VersionedBoolean.h
index 4d95da152d0b71c89c339379d590b03b3635ac59..21db544d7024769e247b23449e131ea1831cfe6a 100644 (file)
@@ -37,6 +37,9 @@ class GeomAlgoAPI_MakeShapeList;
 class FeaturesPlugin_VersionedBoolean : public ModelAPI_Feature
 {
 public:
+  static const int THE_VERSION_0 = 0;
+  static const int THE_VERSION_1 = 20190506;
+
   /// Attribute name of the version of Boolean feature
   inline static const std::string& VERSION_ID()
   {