i2pd/version.h
orignal 3b58b55994 Update version.h
fixed typo
2014-09-19 14:36:17 -04:00

19 lines
306 B
C

#ifndef _VERSION_H_
#define _VERSION_H_
#include "HTTPServer.h"
#define CODENAME "Purple"
#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