Move to 1.2.2-develop

This commit is contained in:
Joris Vink 2015-04-09 11:45:17 +02:00
parent b0ff041709
commit 057924a5d5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ extern int daemon(int, int);
#define KORE_VERSION_MAJOR 1
#define KORE_VERSION_MINOR 2
#define KORE_VERSION_PATCH 2
#define KORE_VERSION_STATE "release"
#define KORE_VERSION_STATE "develop"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)