YARP
Yet Another Robot Platform
version.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3  * SPDX-FileCopyrightText: 2006-2010 RobotCub Consortium
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef YARP_CONFIG_VERSION_H
8 #define YARP_CONFIG_VERSION_H
9 
10 #define YARP_VERSION_MAJOR 3
11 #define YARP_VERSION_MINOR 5
12 #define YARP_VERSION_PATCH 1
13 #define YARP_VERSION_TWEAK
14 #define YARP_VERSION "3.5.1"
15 #define YARP_VERSION_SHORT "3.5.1"
16 
17 #endif