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

Bump to 1.1-current

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

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