|
|
|
|
|
#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 |