Bump to 1.1-current

This commit is contained in:
Joris Vink 2014-03-01 19:20:59 +01:00
parent b7eafa6502
commit c6e737c9c0
1 changed files with 1 additions and 1 deletions

View File

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