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 b2f870a36f9b7d5f53e7cb8ccf1bfb0090d39784
parent f3e863a482d302aa8d1ecb547196eb336a5c4215
Author: Joris Vink <joris@coders.se>
Date:   Tue, 26 Aug 2014 00:34:29 +0200

bump to 1.2-current and link to tarball

Diffstat:
README.md | 4++--
includes/kore.h | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -31,11 +31,11 @@ Platforms supported * FreeBSD * OSX -See https://kore.io/doc/#section1.1 for more information. +See https://kore.io/doc/#requirements for more information. Releases -------- -* [2014-08-25] Version 1.2 will be released +* [2014-08-25] Version 1.2 - https://kore.io/release/kore-1.2-stable.tgz * [2014-03-01] Version 1.1 - https://kore.io/release/kore-1.1-stable.tgz Building Kore diff --git a/includes/kore.h b/includes/kore.h @@ -51,7 +51,7 @@ extern int daemon(int, int); #define KORE_NAME_STRING "kore" #define KORE_VERSION_MAJOR 1 #define KORE_VERSION_MINOR 2 -#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)