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 dbad4e7160f4b01ac4041e5f8a593f2691eaadc9
parent a4a86494b8442a22e047351f4b453d9e64998984
Author: Joris Vink <joris@coders.se>
Date:   Tue, 17 Mar 2015 09:34:33 +0100

move towards 1.2.2-rc1

Diffstat:
includes/kore.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/includes/kore.h b/includes/kore.h @@ -50,8 +50,8 @@ extern int daemon(int, int); #define KORE_VERSION_MAJOR 1 #define KORE_VERSION_MINOR 2 -#define KORE_VERSION_PATCH 1 -#define KORE_VERSION_STATE "develop" +#define KORE_VERSION_PATCH 2 +#define KORE_VERSION_STATE "rc1" #define errno_s strerror(errno) #define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)