[詳解]
2 #ifndef CNOID_CONFIG_H_INCLUDED
3 #define CNOID_CONFIG_H_INCLUDED
5 #define CNOID_MAJOR_VERSION 1
6 #define CNOID_MINOR_VERSION 1
7 #define CNOID_PATCH_VERSION 0
9 #define CNOID_VERSION_STRING "1.1"
10 #define CNOID_FULL_VERSION_STRING "1.1.0"
12 #define CNOID_DIR "/usr"
13 #define CNOID_PLUGIN_SUBDIR "lib//x86_64-linux-gnu/choreonoid-1.1"
14 #define CNOID_SHARE_DIR "/usr/share/choreonoid-1.1"
15 #define CNOID_SHARE_SUBDIR "share/choreonoid-1.1"
16 #define CNOID_LOCALE_SUBDIR "share/locale"