You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
i2pd/version.h

12 lines
127 B
C

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