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 b6658ef11772cd0b41dd82ad6e7baafe0a6844a0
parent 6005c95ee6086dd5dfee445cd18645ca0e2dce7c
Author: Joris Vink <joris@coders.se>
Date:   Fri, 12 Dec 2014 19:36:56 +0100

Bump to 1.2.1-develop

Diffstat:
includes/kore.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/kore.h b/includes/kore.h @@ -51,7 +51,7 @@ extern int daemon(int, int); #define KORE_VERSION_MAJOR 1 #define KORE_VERSION_MINOR 2 #define KORE_VERSION_PATCH 1 -#define KORE_VERSION_STATE "release" +#define KORE_VERSION_STATE "develop" #define errno_s strerror(errno) #define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)