bump to release

This commit is contained in:
Joris Vink 2015-04-07 10:02:44 +02:00
parent 1fae259603
commit bc0fae9c68
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 "rc1"
#define KORE_VERSION_STATE "release"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)