00001 #ifndef _DTN_VERSION_H_ 00002 #define _DTN_VERSION_H_ 00003 00004 #define DTN_VERSION_MAJOR 2 00005 #define DTN_VERSION_MINOR 2 00006 #define DTN_VERSION_PATCH 0 00007 #define DTN_VERSION_STRING "DTN Reference Implementation version 2.2.0" 00008 00009 extern const char* dtn_version; 00010 00011 #endif /* _DTN_VERSION_H_ */