From 8b723479ece5c56502d2fcb60022164c08ea1eb4 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 1 Aug 2016 15:01:19 +0200 Subject: [PATCH] bump --- includes/kore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/kore.h b/includes/kore.h index 6d972e0..ff7c808 100644 --- a/includes/kore.h +++ b/includes/kore.h @@ -58,9 +58,9 @@ extern int daemon(int, int); #define KORE_RESULT_RETRY 2 #define KORE_VERSION_MAJOR 2 -#define KORE_VERSION_MINOR 0 +#define KORE_VERSION_MINOR 1 #define KORE_VERSION_PATCH 0 -#define KORE_VERSION_STATE "release" +#define KORE_VERSION_STATE "devel" #define KORE_TLS_VERSION_1_2 0 #define KORE_TLS_VERSION_1_0 1