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