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 656931380cb449478e6a7e0ead8094585d362570
parent b5736ef1580233be0a284168b7e4f0c335dd79c3
Author: Joris Vink <joris@coders.se>
Date:   Thu, 17 Sep 2015 12:33:40 +0200

Bump to 1.2.4-rc1

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 4 -#define KORE_VERSION_STATE "develop" +#define KORE_VERSION_STATE "rc1" #define KORE_TLS_VERSION_1_2 0 #define KORE_TLS_VERSION_1_0 1