Now working on v0.10.7

This commit is contained in:
isaacs 2013-05-14 14:40:01 -07:00
parent 11e6613e62
commit 1fd10deec4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.05.15, Version 0.10.6 (Stable)
2013.05.15, Version 0.10.6 (Stable), 11e6613e6260d95c8cf11bf89a2759c24649319a
Changes since version 0.10.5:

View File

@ -34,8 +34,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#define UV_VERSION_PATCH 6
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 7
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \