mvsim_version.h
Go to the documentation of this file.
1 /*+-------------------------------------------------------------------------+
2  | MultiVehicle simulator (libmvsim) |
3  | |
4  | Copyright (C) 2014-2023 Jose Luis Blanco Claraco |
5  | Copyright (C) 2017 Borys Tymchenko (Odessa Polytechnic University) |
6  | Distributed under 3-clause BSD License |
7  | See COPYING |
8  +-------------------------------------------------------------------------+ */
9 
10 #pragma once
11 
12 // clang-format off
13 #define MVSIM_MAJOR_VERSION 0
14 #define MVSIM_MINOR_VERSION 7
15 #define MVSIM_PATCH_VERSION 1
16 
17 #define MVSIM_STR_EXP(__A) #__A
18 #define MVSIM_STR(__A) MVSIM_STR_EXP(__A)
19 #define MVSIM_VERSION MVSIM_STR(MVSIM_MAJOR_VERSION) "." MVSIM_STR(MVSIM_MINOR_VERSION) "." MVSIM_STR(MVSIM_PATCH_VERSION)
20 
21 // clang-format on


mvsim
Author(s):
autogenerated on Tue Jul 4 2023 03:08:21