This commit is contained in:
Joris Vink 2016-08-01 15:01:19 +02:00
parent a16348d524
commit 8b723479ec
1 changed files with 2 additions and 2 deletions

View File

@ -58,9 +58,9 @@ extern int daemon(int, int);
#define KORE_RESULT_RETRY 2
#define KORE_VERSION_MAJOR 2
#define KORE_VERSION_MINOR 0
#define KORE_VERSION_MINOR 1
#define KORE_VERSION_PATCH 0
#define KORE_VERSION_STATE "release"
#define KORE_VERSION_STATE "devel"
#define KORE_TLS_VERSION_1_2 0
#define KORE_TLS_VERSION_1_0 1