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 65666942e69faba70900269a4cc6519959e88443
parent ceb67f172c7b442f9628c9c531e1dc2c4baa302d
Author: Joris Vink <joris@coders.se>
Date:   Mon,  9 Apr 2018 14:23:55 +0200

we're still in dev, not rc.

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

diff --git a/include/kore/kore.h b/include/kore/kore.h @@ -60,7 +60,7 @@ extern int daemon(int, int); #define KORE_VERSION_MAJOR 3 #define KORE_VERSION_MINOR 0 #define KORE_VERSION_PATCH 0 -#define KORE_VERSION_STATE "rc1" +#define KORE_VERSION_STATE "devel" #define KORE_TLS_VERSION_1_2 0 #define KORE_TLS_VERSION_1_0 1