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 a33ce78a19bd827893743b5c96018630183302a9
parent 26f067791556887321e1873ebf718db7f5d51973
Author: Joris Vink <joris@coders.se>
Date:   Mon,  9 Apr 2018 14:14:00 +0200

it's time.

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

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