#ifndef _DTN_VERSION_H_
#define _DTN_VERSION_H_

#define DTN_VERSION_MAJOR	%MAJOR%
#define DTN_VERSION_MINOR	%MINOR%
#define DTN_VERSION_PATCH	%PATCH%
#define DTN_VERSION_STRING	"DTN Reference Implementation version %MAJOR%.%MINOR%.%PATCH%"

extern const char* dtn_version;

#endif /* _DTN_VERSION_H_ */

