Now working on v0.11.26
This commit is contained in:
parent
2acd544cff
commit
b5548f18c9
@ -1,4 +1,4 @@
|
|||||||
2014.05.02, Version 0.11.25 (Unstable)
|
2014.05.02, Version 0.11.25 (Unstable), 2acd544cff7142e06aa3b09ec64b4a33dd9ab996
|
||||||
|
|
||||||
Changes since version 0.11.24:
|
Changes since version 0.11.24:
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT([libuv], [0.11.25], [https://github.com/joyent/libuv/issues])
|
AC_INIT([libuv], [0.11.26], [https://github.com/joyent/libuv/issues])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
m4_include([m4/libuv-extra-automake-flags.m4])
|
m4_include([m4/libuv-extra-automake-flags.m4])
|
||||||
m4_include([m4/as_case.m4])
|
m4_include([m4/as_case.m4])
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
#define UV_VERSION_MAJOR 0
|
#define UV_VERSION_MAJOR 0
|
||||||
#define UV_VERSION_MINOR 11
|
#define UV_VERSION_MINOR 11
|
||||||
#define UV_VERSION_PATCH 25
|
#define UV_VERSION_PATCH 26
|
||||||
#define UV_VERSION_IS_RELEASE 1
|
#define UV_VERSION_IS_RELEASE 0
|
||||||
|
|
||||||
#endif /* UV_VERSION_H */
|
#endif /* UV_VERSION_H */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user