i2pd/version.h
Mikal Villa 68ade60004 Patched RouterContext::CreateNewRouter to read from config if available.
As well as reading the version string from external file.
2014-08-17 07:09:15 +02:00

12 lines
127 B
C

#ifndef _VERSION_H_
#define _VERSION_H_
#include <string.h>
#define CODENAME "Purple"
#define I2P_VERSION "0.9.11"
#endif