i2pd/version.h

19 lines
306 B
C
Raw Normal View History

#ifndef _VERSION_H_
#define _VERSION_H_
#include "HTTPServer.h"
#define CODENAME "Purple"
2014-09-02 08:16:46 -04:00
#define I2P_VERSION "0.9.14.1"
/* 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