diff --git a/AUTHORS b/AUTHORS index bf8f7ee7..8239bc98 100644 --- a/AUTHORS +++ b/AUTHORS @@ -91,3 +91,4 @@ Alex Gaynor huxingyi Alex Crichton Luca Bruno +Trevor Norris diff --git a/ChangeLog b/ChangeLog index 7c029ae8..ce059d93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014.01.30, Version 0.10.24 (Stable) + +Changes since version 0.10.23: + +* linux: move sscanf() out of the assert() (Trevor Norris) + +* linux: fix C99/C++ comment (Fedor Indutny) + + 2014.01.23, Version 0.10.23 (Stable), dbd218e699fec8be311d85e4788be9e28ae884f8 Changes since version 0.10.22: diff --git a/src/version.c b/src/version.c index fcecb7a2..2d90f84a 100644 --- a/src/version.c +++ b/src/version.c @@ -35,7 +35,7 @@ #define UV_VERSION_MAJOR 0 #define UV_VERSION_MINOR 10 #define UV_VERSION_PATCH 24 -#define UV_VERSION_IS_RELEASE 0 +#define UV_VERSION_IS_RELEASE 1 #define UV_VERSION ((UV_VERSION_MAJOR << 16) | \