1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-03 07:54:14 +00:00
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-21 18:17:16 -04:00
#define I2P_VERSION "0.9.15"
/* TEMPORARY STORE FOR IMAGE CODES */
2014-09-19 14:36:17 -04:00
#define ICTOOPIE_128 i2p::util::HTTPConnection::itoopieImage
2014-09-19 14:36:17 -04:00
#define ICTOOPIE_64_FAVICON i2p::util::HTTPConnection::itoopieFavicon
#endif