YARP
Yet Another Robot Platform
version.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 #ifndef YARP_CONFIG_VERSION_H
11 #define YARP_CONFIG_VERSION_H
12 
13 #define YARP_VERSION_MAJOR 3
14 #define YARP_VERSION_MINOR 4
15 #define YARP_VERSION_PATCH 100
16 #define YARP_VERSION_TWEAK
17 #define YARP_VERSION "3.4.100+20201223.2+gitb8ea4d712"
18 #define YARP_VERSION_SHORT "3.4.100"
19 
20 #endif