X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=NETGENPLUGIN_version.h.in;h=9648ea6474d444c95bc31c9270b69087160a29f5;hb=ac5dc648d839444366920d17980ba1690355bf25;hp=8f1132a983d1fc1184678fdd3f8bb27601b805cf;hpb=5e1cfe70db0966728aff50c2d2796bf13bb3614f;p=plugins%2Fnetgenplugin.git diff --git a/NETGENPLUGIN_version.h.in b/NETGENPLUGIN_version.h.in index 8f1132a..9648ea6 100644 --- a/NETGENPLUGIN_version.h.in +++ b/NETGENPLUGIN_version.h.in @@ -1,24 +1,25 @@ -// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2016 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 +// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS // -// 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. +// 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, 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 -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. // -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // + // File : NETGENPLUGIN_version.h // Author : Vadim SANDLER // Module : SALOME @@ -26,11 +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_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__