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 749b0884a6e1799968784689a08bc0674d423ce3
parent 20a4cd80c5ce8d37836389ff66c2fc67ea40070c
Author: Joris Vink <joris@coders.se>
Date:   Thu, 21 May 2015 13:46:44 +0200

Prepare for 1.2.3-release

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

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