ion
0.12.0
Atomic concurrency support library
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1
/**
2
* @file
3
* @brief Contains version macro.
4
* @ingroup ion
5
* @copyright
6
* SPDX-FileCopyrightText: 2023-2026 European Southern Observatory (ESO)
7
*
8
* SPDX-License-Identifier: LGPL-3.0-only
9
*/
10
#ifndef ION_VERSION_HPP
11
#define ION_VERSION_HPP
12
13
/**
14
* Integer representation of <tt>0.12.0</tt> version tuple.
15
*
16
* <tt>#include <ion/version.hpp></tt>
17
*
18
* @code
19
* Given version x.y.z:
20
* x = ION_VERSION / 100'000
21
* y = ION_VERSION / 100 % 1'000
22
* z = ION_VERSION % 100
23
* @endcode
24
*
25
* @ingroup ion
26
*/
27
#define ION_VERSION 1200
// 0.12.0
28
29
#endif
// ION_VERSION_HPP
build
ion
src
include
ion
version.hpp
Generated by
1.13.2