X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=NETGENPLUGIN_version.h.in;h=9648ea6474d444c95bc31c9270b69087160a29f5;hb=5404d03d5929adf086ddb2f6ed2c95d5692c373c;hp=9c02a35ce1c1dafe73ed051d28fcbb0f9b1d3665;hpb=fbceed67d3744002f1e438129b3b3183dd6ac861;p=plugins%2Fnetgenplugin.git diff --git a/NETGENPLUGIN_version.h.in b/NETGENPLUGIN_version.h.in index 9c02a35..9648ea6 100644 --- a/NETGENPLUGIN_version.h.in +++ b/NETGENPLUGIN_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2013 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 @@ -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__