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 9d7cf2aa4a80900075238aef6b9ee4ca4ea9bd3f
parent 035fd1c2aa039336af49d9cc03be0fa1ed945377
Author: Joris Vink <joris@coders.se>
Date:   Thu, 21 May 2015 15:50:12 +0200

Move to 1.2.4-develop

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

diff --git a/includes/kore.h b/includes/kore.h @@ -54,8 +54,8 @@ extern int daemon(int, int); #define KORE_VERSION_MAJOR 1 #define KORE_VERSION_MINOR 2 -#define KORE_VERSION_PATCH 3 -#define KORE_VERSION_STATE "release" +#define KORE_VERSION_PATCH 4 +#define KORE_VERSION_STATE "develop" #define KORE_TLS_VERSION_1_2 0 #define KORE_TLS_VERSION_1_0 1