1 // Copyright (C) 2007-2024 CEA, EDF
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 // File : BLSURFPLUGIN_version.h
22 // Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com)
25 #if !defined(__BLSURFPLUGIN_VERSION_H__)
26 #define __BLSURFPLUGIN_VERSION_H__
29 Specify version of SALOME BLSURFPLUGIN module, as follows
31 BLSURFPLUGIN_VERSION_MAJOR : (integer) number identifying major version
32 BLSURFPLUGIN_VERSION_MINOR : (integer) number identifying minor version
33 BLSURFPLUGIN_VERSION_MAINTENANCE : (integer) number identifying maintenance version
34 BLSURFPLUGIN_VERSION_STR : (string) complete version number "major.minor.maintenance"
35 BLSURFPLUGIN_VERSION : (hex) complete version number (major << 16) + (minor << 8) + maintenance
36 BLSURFPLUGIN_DEVELOPMENT : (integer) indicates development version when set to 1
39 #define BLSURFPLUGIN_VERSION_MAJOR @SALOMEBLSURFPLUGIN_MAJOR_VERSION@
40 #define BLSURFPLUGIN_VERSION_MINOR @SALOMEBLSURFPLUGIN_MINOR_VERSION@
41 #define BLSURFPLUGIN_VERSION_MAINTENANCE @SALOMEBLSURFPLUGIN_PATCH_VERSION@
42 #define BLSURFPLUGIN_VERSION_STR "@SALOMEBLSURFPLUGIN_VERSION@"
43 #define BLSURFPLUGIN_VERSION @SALOMEBLSURFPLUGIN_XVERSION@
44 #define BLSURFPLUGIN_DEVELOPMENT @SALOMEBLSURFPLUGIN_VERSION_DEV@
46 #endif // __BLSURFPLUGIN_VERSION_H__