|
|
@ -17,7 +17,16 @@ extern "C" { |
|
|
|
#include "labeled_int_list.h" |
|
|
|
#include "timestamp.h" |
|
|
|
|
|
|
|
#define PEP_VERSION "2.1" // protocol version |
|
|
|
#define PEP_VERSION "2.1" // pEp *protocol* version |
|
|
|
|
|
|
|
// RELEASE version this targets |
|
|
|
// (string: major.minor.patch) |
|
|
|
#define PEP_ENGINE_VERSION "2.0.0" |
|
|
|
// Numeric values of above: |
|
|
|
#define PEP_ENGINE_VERSION_MAJOR 2 |
|
|
|
#define PEP_ENGINE_VERSION_MINOR 0 |
|
|
|
#define PEP_ENGINE_VERSION_PATCH 0 |
|
|
|
|
|
|
|
|
|
|
|
#define PEP_OWN_USERID "pEp_own_userId" |
|
|
|
|
|
|
|