mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
Patched RouterContext::CreateNewRouter to read from config if available.
As well as reading the version string from external file.
This commit is contained in:
parent
e7cf0b0f79
commit
68ade60004
2 changed files with 36 additions and 22 deletions
11
version.h
Normal file
11
version.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef _VERSION_H_
|
||||
#define _VERSION_H_
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define CODENAME "Purple"
|
||||
|
||||
#define I2P_VERSION "0.9.11"
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue