Choreonoid  1.5
Config.h
Go to the documentation of this file.
1 
2 #ifndef CNOID_CONFIG_H_INCLUDED
3 #define CNOID_CONFIG_H_INCLUDED
4 
5 #define CNOID_MAJOR_VERSION 1
6 #define CNOID_MINOR_VERSION 5
7 #define CNOID_PATCH_VERSION 0
8 
9 #define CNOID_VERSION_STRING "1.5"
10 #define CNOID_FULL_VERSION_STRING "1.5.0"
11 
12 //#define CNOID_DIR "/usr"
13 #define CNOID_PLUGIN_SUBDIR "lib//x86_64-linux-gnu/choreonoid-1.5"
14 //#define CNOID_SHARE_DIR "/usr/share/choreonoid-1.5"
15 #define CNOID_SHARE_SUBDIR "share/choreonoid-1.5"
16 
17 #endif