Now working on v0.11.15
This commit is contained in:
parent
d7a6482f45
commit
b45e3cca6b
@ -1,4 +1,4 @@
|
||||
2013.10.30, Version 0.11.14 (Unstable)
|
||||
2013.10.30, Version 0.11.14 (Unstable), d7a6482f45c1b4eb4a853dbe1a9ce8090a35633a
|
||||
|
||||
Changes since version 0.11.13:
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([libuv], [0.11.14], [https://github.com/joyent/libuv/issues])
|
||||
AC_INIT([libuv], [0.11.15], [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)
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
|
||||
#define UV_VERSION_MAJOR 0
|
||||
#define UV_VERSION_MINOR 11
|
||||
#define UV_VERSION_PATCH 14
|
||||
#define UV_VERSION_IS_RELEASE 1
|
||||
#define UV_VERSION_PATCH 15
|
||||
#define UV_VERSION_IS_RELEASE 0
|
||||
|
||||
|
||||
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user