00001 #ifndef BPM_VERSION_H_LOADED 00002 #define BPM_VERSION_H_LOADED 00003 00004 #include <bpm/bpm_defs.h> 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 #define BPM_VERSION "0.2" 00011 #define BPM_VERSION_VAL 0.2 00012 00013 EXTERN const char * bpm_version; 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif 00018 00019 #endif