mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
68ade60004
As well as reading the version string from external file.
12 lines
127 B
C
12 lines
127 B
C
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
#include <string.h>
|
|
|
|
#define CODENAME "Purple"
|
|
|
|
#define I2P_VERSION "0.9.11"
|
|
|
|
|
|
#endif
|