From 963bdfdb2c42029d38bd311f7a357e06ad8ec792 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 12 Nov 2015 09:20:14 +0100 Subject: [PATCH] Move towards 1.3.0-devel target, skipping 1.2.4. Mostly done due to incoming library changes. --- includes/kore.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/kore.h b/includes/kore.h index 60b8f3b..c896931 100644 --- a/includes/kore.h +++ b/includes/kore.h @@ -53,9 +53,9 @@ extern int daemon(int, int); #define KORE_RESULT_RETRY 2 #define KORE_VERSION_MAJOR 1 -#define KORE_VERSION_MINOR 2 -#define KORE_VERSION_PATCH 4 -#define KORE_VERSION_STATE "rc1" +#define KORE_VERSION_MINOR 3 +#define KORE_VERSION_PATCH 0 +#define KORE_VERSION_STATE "devel" #define KORE_TLS_VERSION_1_2 0 #define KORE_TLS_VERSION_1_0 1