File size: 534 Bytes
053b80b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#ifndef VERSION_H
#define VERSION_H
#define NEO_PART_NUMBER_STR ""
#define VER_MAJOR 1
#define VER_MINOR 1
#define VER_FEATURE 6
#define VER_BUILD_NUMBER 0
#define VER_COMPANYNAME_STR "Kinova Robotics"
#define VER_INTERNALNAME_STR "Kortex Cpp Client API"
#define VER_LEGALCOPYRIGHT_STR "Copyright 2018 Kinova"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_COMPANYDOMAIN_STR "www.kinovarobotics.com/"
#endif // VERSION_H |