mvsim_version.h
Go to the documentation of this file.
1 /*+-------------------------------------------------------------------------+
2  | MultiVehicle simulator (libmvsim) |
3  | |
4  | Copyright (C) 2014-2020 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 #define MVSIM_MAJOR_VERSION 0
13 #define MVSIM_MINOR_VERSION 3
14 #define MVSIM_PATCH_VERSION 0
15 
16 #define MVSIM_STR_EXP(__A) #__A
17 #define MVSIM_STR(__A) MVSIM_STR_EXP(__A)
18 #define MVSIM_VERSION \
19  MVSIM_STR(MVSIM_MAJOR_VERSION) \
20  "." MVSIM_STR(MVSIM_MINOR_VERSION) "." MVSIM_STR(MVSIM_PATCH_VERSION)


mvsim
Author(s):
autogenerated on Fri May 7 2021 03:05:51