Patched RouterContext::CreateNewRouter to read from config if available.

As well as reading the version string from external file.
This commit is contained in:
Mikal Villa 2014-08-17 07:09:15 +02:00
parent e7cf0b0f79
commit 68ade60004
2 changed files with 36 additions and 22 deletions

11
version.h Normal file
View file

@ -0,0 +1,11 @@
#ifndef _VERSION_H_
#define _VERSION_H_
#include <string.h>
#define CODENAME "Purple"
#define I2P_VERSION "0.9.11"
#endif