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 441cc34f3123a25a10399d645ced52af22ae7cd3
parent 77adb35193619a5410a5d3c17e691a977e38db0f
Author: Joris Vink <joris@coders.se>
Date:   Mon,  1 Aug 2016 09:38:40 +0200

bump to release

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

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