X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=NETGENPLUGIN_version.h.in;h=e19948dbf6913f8780fe6efbc492728fbb38bd8a;hb=73edf7bfa73ecd7343d8f3d19a9e923a5e0dd633;hp=d90a92845783d5a4c93965723616084ce01d104e;hpb=8b4cb29237b43e0050f2bd4702830889cbb9f048;p=plugins%2Fnetgenplugin.git diff --git a/NETGENPLUGIN_version.h.in b/NETGENPLUGIN_version.h.in index d90a928..e19948d 100644 --- a/NETGENPLUGIN_version.h.in +++ b/NETGENPLUGIN_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 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 @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,12 +27,22 @@ #if !defined(__NETGENPLUGIN_VERSION_H__) #define __NETGENPLUGIN_VERSION_H__ -/* - NETGENPLUGIN_VERSION is (major << 16) + (minor << 8) + patch. +/*! + Specify version of SALOME NETGENPLUGIN module, as follows + + NETGENPLUGIN_VERSION_MAJOR : (integer) number identifying major version + NETGENPLUGIN_VERSION_MINOR : (integer) number identifying minor version + NETGENPLUGIN_VERSION_MAINTENANCE : (integer) number identifying maintenance version + NETGENPLUGIN_VERSION_STR : (string) complete version number "major.minor.maintenance" + NETGENPLUGIN_VERSION : (hex) complete version number (major << 16) + (minor << 8) + maintenance + NETGENPLUGIN_DEVELOPMENT : (integer) indicates development version when set to 1 */ -#define NETGENPLUGIN_VERSION_STR "@VERSION@" -#define NETGENPLUGIN_VERSION @XVERSION@ -#define NETGENPLUGIN_DEVELOPMENT @VERSION_DEV@ +#define NETGENPLUGIN_VERSION_MAJOR @SALOMENETGENPLUGIN_MAJOR_VERSION@ +#define NETGENPLUGIN_VERSION_MINOR @SALOMENETGENPLUGIN_MINOR_VERSION@ +#define NETGENPLUGIN_VERSION_MAINTENANCE @SALOMENETGENPLUGIN_PATCH_VERSION@ +#define NETGENPLUGIN_VERSION_STR "@SALOMENETGENPLUGIN_VERSION@" +#define NETGENPLUGIN_VERSION @SALOMENETGENPLUGIN_XVERSION@ +#define NETGENPLUGIN_DEVELOPMENT @SALOMENETGENPLUGIN_VERSION_DEV@ #endif // __NETGENPLUGIN_VERSION_H__