Bump to 1.1-release

This commit is contained in:
Joris Vink 2014-03-01 19:20:00 +01:00
parent becfc8d586
commit b7eafa6502

View File

@ -41,8 +41,8 @@
#define KORE_NAME_STRING "kore"
#define KORE_VERSION_MAJOR 1
#define KORE_VERSION_MINOR 0
#define KORE_VERSION_STATE "current"
#define KORE_VERSION_MINOR 1
#define KORE_VERSION_STATE "release"
#define errno_s strerror(errno)
#define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)