bump to 1.2-current and link to tarball

This commit is contained in:
Joris Vink 2014-08-26 00:34:29 +02:00
parent f3e863a482
commit b2f870a36f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)