mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
Now working on v0.11.22
This commit is contained in:
parent
3ef958158a
commit
649dfc3037
@ -1,4 +1,4 @@
|
||||
2014.02.28, Version 0.11.21 (Unstable)
|
||||
2014.02.28, Version 0.11.21 (Unstable), 3ef958158ae1019e027ebaa93114160099db5206
|
||||
|
||||
Changes since version 0.11.20:
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libuv], [0.11.21], [https://github.com/joyent/libuv/issues])
|
||||
AC_INIT([libuv], [0.11.22], [https://github.com/joyent/libuv/issues])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
m4_include([m4/libuv-extra-automake-flags.m4])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects] UV_EXTRA_AUTOMAKE_FLAGS)
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 11
|
||||
#define UV_VERSION_PATCH 21
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
#define UV_VERSION_PATCH 22
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
|
||||
#endif /* UV_VERSION_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user