dnscrypt-proxy plugin API
 All Classes Files Functions Typedefs Enumerations Macros
version.h
1 
2 #ifndef __DNSCRYPT_VERSION_H__
3 #define __DNSCRYPT_VERSION_H__ 1
4 
5 #define DNSCRYPT_VERSION_STRING "1.2.0"
6 
7 #define DCP_INTERFACE_VERSION_MAJOR 1
8 #define DCP_INTERFACE_VERSION_MINOR 1
9 
10 #endif