Bump to 1.2.1-release

This commit is contained in:
Joris Vink 2014-12-12 18:59:08 +01:00
parent dbe301e58c
commit d9e2eb7a65
1 changed files with 1 additions and 1 deletions

View File

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