i2pd/version.h

19 lines
304 B
C
Raw Normal View History

#ifndef _VERSION_H_
#define _VERSION_H_
#include "HTTPServer.h"
#define CODENAME "Purple"
2014-09-22 02:17:16 +04:00
#define I2P_VERSION "0.9.15"
/* TEMPORARY STORE FOR IMAGE CODES */
2014-09-19 22:36:17 +04:00
#define ICTOOPIE_128 i2p::util::HTTPConnection::itoopieImage
2014-09-19 22:36:17 +04:00
#define ICTOOPIE_64_FAVICON i2p::util::HTTPConnection::itoopieFavicon
#endif