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 b7eafa6502c1072b66e8d7029afb66e92343d408
parent becfc8d5867c14bfc2813bb2ca6f6f859cbfadd8
Author: Joris Vink <joris@coders.se>
Date:   Sat,  1 Mar 2014 19:20:00 +0100

Bump to 1.1-release

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

diff --git a/includes/kore.h b/includes/kore.h @@ -41,8 +41,8 @@ #define KORE_NAME_STRING "kore" #define KORE_VERSION_MAJOR 1 -#define KORE_VERSION_MINOR 0 -#define KORE_VERSION_STATE "current" +#define KORE_VERSION_MINOR 1 +#define KORE_VERSION_STATE "release" #define errno_s strerror(errno) #define ssl_errno_s ERR_error_string(ERR_get_error(), NULL)