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

Now working on v0.11.25

This commit is contained in:
Timothy J Fontaine 2014-04-14 09:56:52 -07:00
parent ed948c29f6
commit 1daff47ae9
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
2014.04.15, Version 0.11.24 (Unstable)
2014.04.15, Version 0.11.24 (Unstable), ed948c29f6e8c290f79325a6f0bc9ef35bcde644
Changes since version 0.11.23:
@ -17,7 +17,7 @@ Changes since version 0.11.23:
* win: always leave crit section in get_proc_title (Fedor Indutny)
2014.04.07, Version 0.11.23 (Unstable)
2014.04.07, Version 0.11.23 (Unstable), e54de537efcacd593f36fcaaf8b4cb9e64313275
Changes since version 0.11.22:

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.24], [https://github.com/joyent/libuv/issues])
AC_INIT([libuv], [0.11.25], [https://github.com/joyent/libuv/issues])
AC_CONFIG_MACRO_DIR([m4])
m4_include([m4/libuv-extra-automake-flags.m4])
m4_include([m4/as_case.m4])

View File

@ -32,7 +32,7 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11
#define UV_VERSION_PATCH 24
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 25
#define UV_VERSION_IS_RELEASE 0
#endif /* UV_VERSION_H */