Skip to content

Commit e80a04c

Browse files
committed
We do want macros for the version numbers
1 parent 7b3ebb5 commit e80a04c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/osmium/version.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ DEALINGS IN THE SOFTWARE.
3333
3434
*/
3535

36+
// NOLINTNEXTLINE(modernize-macro-to-enum)
3637
#define LIBOSMIUM_VERSION_MAJOR 2
38+
39+
// NOLINTNEXTLINE(modernize-macro-to-enum)
3740
#define LIBOSMIUM_VERSION_MINOR 19
41+
42+
// NOLINTNEXTLINE(modernize-macro-to-enum)
3843
#define LIBOSMIUM_VERSION_PATCH 0
3944

4045
#define LIBOSMIUM_VERSION_STRING "2.19.0"

0 commit comments

Comments
 (0)