mvsim_version.h
Go to the documentation of this file.
00001 /*+-------------------------------------------------------------------------+
00002   |                       MultiVehicle simulator (libmvsim)                 |
00003   |                                                                         |
00004   | Copyright (C) 2014  Jose Luis Blanco Claraco (University of Almeria)    |
00005   | Copyright (C) 2017  Borys Tymchenko (Odessa Polytechnic University)     |
00006   | Distributed under GNU General Public License version 3                  |
00007   |   See <http://www.gnu.org/licenses/>                                    |
00008   +-------------------------------------------------------------------------+ */
00009 
00010 #pragma once
00011 
00012 #define MVSIM_MAJOR_VERSION 0
00013 #define MVSIM_MINOR_VERSION 9
00014 #define MVSIM_PATCH_VERSION 0
00015 
00016 #define MVSIM_STR_EXP(__A) #__A
00017 #define MVSIM_STR(__A) MVSIM_STR_EXP(__A)
00018 #define MVSIM_VERSION              \
00019         MVSIM_STR(MVSIM_MAJOR_VERSION) \
00020         "." MVSIM_STR(MVSIM_MINOR_VERSION) "." MVSIM_STR(MVSIM_PATCH_VERSION)


mvsim
Author(s):
autogenerated on Thu Sep 7 2017 09:27:48