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-02 16:16:46 +04:00
#define I2P_VERSION "0.9.14.1"
/* TEMPORARY STORE FOR IMAGE CODES */
#define ICTOOPIE_128 i2p::util:HTTPConnection::itoopieImage
#define ICTOOPIE_64_FAVICON i2p::util:HTTPConnection::itoopieFavicon
#endif