commit 8b723479ece5c56502d2fcb60022164c08ea1eb4
parent a16348d5241b0b82f09c51cf3161872b6916cd76
Author: Joris Vink <joris@coders.se>
Date: Mon, 1 Aug 2016 15:01:19 +0200
bump
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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