2014.01.30, Version 0.11.19 (Unstable)
Changes since version 0.11.18: * linux: move sscanf() out of the assert() (Trevor Norris) * linux: fix C99/C++ comment (Fedor Indutny)
This commit is contained in:
parent
923e4ec619
commit
336a182530
@ -1,3 +1,12 @@
|
||||
2014.01.30, Version 0.11.19 (Unstable)
|
||||
|
||||
Changes since version 0.11.18:
|
||||
|
||||
* linux: move sscanf() out of the assert() (Trevor Norris)
|
||||
|
||||
* linux: fix C99/C++ comment (Fedor Indutny)
|
||||
|
||||
|
||||
2014.01.23, Version 0.11.18 (Unstable), d47962e9d93d4a55a9984623feaf546406c9cdbb
|
||||
|
||||
Changes since version 0.11.17:
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 11
|
||||
#define UV_VERSION_PATCH 19
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user