#ifndef _DTN_VERSION_H_
#define _DTN_VERSION_H_

#define DTN_VERSION_MAJOR	2
#define DTN_VERSION_MINOR	2
#define DTN_VERSION_PATCH	0
#define DTN_VERSION_STRING	"DTN Reference Implementation version 2.2.0"

extern const char* dtn_version;

#endif /* _DTN_VERSION_H_ */

