mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
19 lines
304 B
C
19 lines
304 B
C
#ifndef _VERSION_H_
|
|
#define _VERSION_H_
|
|
|
|
#include "HTTPServer.h"
|
|
|
|
#define CODENAME "Purple"
|
|
|
|
#define I2P_VERSION "0.9.15"
|
|
|
|
|
|
/* TEMPORARY STORE FOR IMAGE CODES */
|
|
|
|
#define ICTOOPIE_128 i2p::util::HTTPConnection::itoopieImage
|
|
|
|
#define ICTOOPIE_64_FAVICON i2p::util::HTTPConnection::itoopieFavicon
|
|
|
|
|
|
#endif
|