1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

Now working on v0.11.21

This commit is contained in:
Timothy J Fontaine 2014-02-26 13:35:14 -08:00
parent 88355e081b
commit 6d463bfe37
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
2014.02.27, Version 0.11.20 (Unstable)
2014.02.27, Version 0.11.20 (Unstable), 88355e081b51c69ee1e2b6b0015a4e3d38bd0579
Changes since version 0.11.19:

View File

@ -13,7 +13,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_PREREQ(2.57)
AC_INIT([libuv], [0.11.20], [https://github.com/joyent/libuv/issues])
AC_INIT([libuv], [0.11.21], [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)