Now working on v0.11.3

This commit is contained in:
isaacs 2013-05-10 15:19:35 -07:00
parent 3fba0bf65f
commit ab157df5ee
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.05.11, Version 0.11.2 (Unstable)
2013.05.11, Version 0.11.2 (Unstable), 3fba0bf65f091b91a9760530c05c6339c658d88b
Changes since version 0.11.1:

View File

@ -29,8 +29,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11
#define UV_VERSION_PATCH 2
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 3
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \