X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=GHS3DPRLPLUGIN_version.h.in;h=4c7402dad9ed0e269a74fea1018e6c1aab4bfae5;hb=267f4b201ab3c7723bbc3e2a52ce5220680ea248;hp=b5a5712dc7313a5aabd2e662eec1da04cfebcbc2;hpb=d6e4f7c79004d1f733bf21d54328612acdae67b9;p=plugins%2Fghs3dprlplugin.git diff --git a/GHS3DPRLPLUGIN_version.h.in b/GHS3DPRLPLUGIN_version.h.in index b5a5712..4c7402d 100644 --- a/GHS3DPRLPLUGIN_version.h.in +++ b/GHS3DPRLPLUGIN_version.h.in @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D +// Copyright (C) 2007-2023 CEA, EDF // // 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 @@ -25,12 +25,22 @@ #if !defined(__GHS3DPRLPLUGIN_VERSION_H__) #define __GHS3DPRLPLUGIN_VERSION_H__ -/* - GHS3DPRLPLUGIN_VERSION is (major << 16) + (minor << 8) + patch. +/*! + Specify version of SALOME GHS3DPRLPLUGIN module, as follows + + GHS3DPRLPLUGIN_VERSION_MAJOR : (integer) number identifying major version + GHS3DPRLPLUGIN_VERSION_MINOR : (integer) number identifying minor version + GHS3DPRLPLUGIN_VERSION_MAINTENANCE : (integer) number identifying maintenance version + GHS3DPRLPLUGIN_VERSION_STR : (string) complete version number "major.minor.maintenance" + GHS3DPRLPLUGIN_VERSION : (hex) complete version number (major << 16) + (minor << 8) + maintenance + GHS3DPRLPLUGIN_DEVELOPMENT : (integer) indicates development version when set to 1 */ -#define GHS3DPRLPLUGIN_VERSION_STR "@VERSION@" -#define GHS3DPRLPLUGIN_VERSION @XVERSION@ -#define GHS3DPRLPLUGIN_DEVELOPMENT @VERSION_DEV@ +#define GHS3DPRLPLUGIN_VERSION_MAJOR @SALOMEGHS3DPRLPLUGIN_MAJOR_VERSION@ +#define GHS3DPRLPLUGIN_VERSION_MINOR @SALOMEGHS3DPRLPLUGIN_MINOR_VERSION@ +#define GHS3DPRLPLUGIN_VERSION_MAINTENANCE @SALOMEGHS3DPRLPLUGIN_PATCH_VERSION@ +#define GHS3DPRLPLUGIN_VERSION_STR "@SALOMEGHS3DPRLPLUGIN_VERSION@" +#define GHS3DPRLPLUGIN_VERSION @SALOMEGHS3DPRLPLUGIN_XVERSION@ +#define GHS3DPRLPLUGIN_DEVELOPMENT @SALOMEGHS3DPRLPLUGIN_VERSION_DEV@ #endif // __GHS3DPRLPLUGIN_VERSION_H__