|
17 | 17 | */ |
18 | 18 |
|
19 | 19 | #ifndef CC_CLIB_VERSION_HH |
20 | | -#define CC_CLIB_VERSION_HH |
| 20 | +# define CC_CLIB_VERSION_HH |
21 | 21 |
|
22 | 22 | // Compile-time values. |
23 | | -#define CENTREON_CLIB_VERSION_MAJOR 20 |
24 | | -#define CENTREON_CLIB_VERSION_MINOR 10 |
25 | | -#define CENTREON_CLIB_VERSION_PATCH 1 |
26 | | -#define CENTREON_CLIB_VERSION_STRING "20.10.1" |
| 23 | +# define CENTREON_CLIB_VERSION_MAJOR 21 |
| 24 | +# define CENTREON_CLIB_VERSION_MINOR 04 |
| 25 | +# define CENTREON_CLIB_VERSION_PATCH 2 |
| 26 | +# define CENTREON_CLIB_VERSION_STRING "21.04.2" |
27 | 27 |
|
28 | | -#include "com/centreon/namespace.hh" |
| 28 | +# include "com/centreon/namespace.hh" |
29 | 29 |
|
30 | 30 | CC_BEGIN() |
31 | 31 |
|
32 | | -namespace clib { |
33 | | -namespace version { |
34 | | -// Compile-time values. |
35 | | -unsigned int const major = 20; |
36 | | -unsigned int const minor = 10; |
37 | | -unsigned int const patch = 1; |
38 | | -char const* const string = "20.10.1"; |
39 | | - |
40 | | -// Run-time values. |
41 | | -unsigned int get_major() throw(); |
42 | | -unsigned int get_minor() throw(); |
43 | | -unsigned int get_patch() throw(); |
44 | | -char const* get_string() throw(); |
45 | | -} // namespace version |
46 | | -} // namespace clib |
| 32 | +namespace clib { |
| 33 | + namespace version { |
| 34 | + // Compile-time values. |
| 35 | + unsigned int const major = 21; |
| 36 | + unsigned int const minor = 04; |
| 37 | + unsigned int const patch = 2; |
| 38 | + char const* const string = "21.04.2"; |
| 39 | + |
| 40 | + // Run-time values. |
| 41 | + unsigned int get_major() throw (); |
| 42 | + unsigned int get_minor() throw (); |
| 43 | + unsigned int get_patch() throw (); |
| 44 | + char const* get_string() throw (); |
| 45 | + } |
| 46 | +} |
47 | 47 |
|
48 | 48 | CC_END() |
49 | 49 |
|
50 | | -#endif // !CC_HANDLE_HH |
| 50 | +#endif // !CC_HANDLE_HH |
0 commit comments