kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 963bdfdb2c42029d38bd311f7a357e06ad8ec792
parent 036a4e4d3ce35e8494c580c435e1cc573bfebdda
Author: Joris Vink <joris@coders.se>
Date:   Thu, 12 Nov 2015 09:20:14 +0100

Move towards 1.3.0-devel target, skipping 1.2.4.

Mostly done due to incoming library changes.

Diffstat:
includes/kore.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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