From c6e737c9c051308630ea743fcb452444eda506ee Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 1 Mar 2014 19:20:59 +0100 Subject: [PATCH] Bump to 1.1-current --- includes/kore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/kore.h b/includes/kore.h index f099552..e699339 100644 --- a/includes/kore.h +++ b/includes/kore.h @@ -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)