mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
b923b1e31d
release 0.7.0
9 lines
128 B
C
9 lines
128 B
C
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
#define CODENAME "Purple"
|
|
#define VERSION "0.7.0"
|
|
#define I2P_VERSION "0.9.17"
|
|
|
|
#endif
|