Now working on v0.11.7

This commit is contained in:
Ben Noordhuis 2013-07-20 11:59:08 +02:00
parent 6645b93273
commit 7e68e6d895
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.07.21, Version 0.11.6 (Unstable)
2013.07.21, Version 0.11.6 (Unstable), 6645b93273e0553d23823c576573b82b129bf28c
Changes since version 0.11.5:

View File

@ -31,8 +31,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11
#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) | \