From 057924a5d576c9d327b435ed2d22a2a7ea3ae456 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 9 Apr 2015 11:45:17 +0200 Subject: [PATCH] Move to 1.2.2-develop --- includes/kore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/kore.h b/includes/kore.h index e3df7e9..78a539e 100644 --- a/includes/kore.h +++ b/includes/kore.h @@ -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 "release" +#define KORE_VERSION_STATE "develop" #define errno_s strerror(errno) #define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)