Now working on v0.11.6

This commit is contained in:
isaacs 2013-06-26 10:19:42 -07:00
parent e3c63ff162
commit 652d5c9e45
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.06.27, Version 0.11.5 (Unstable)
2013.06.27, Version 0.11.5 (Unstable), e3c63ff1627a14e96f54c1c62b0d68b446d8425b
Changes since version 0.11.4:

View File

@ -31,8 +31,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11
#define UV_VERSION_PATCH 5
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 6
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \