Now working on v0.11.8

This commit is contained in:
Ben Noordhuis 2013-08-06 23:19:01 +02:00
parent 3cad361f87
commit d34fad7325
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.08.07, Version 0.11.7 (Unstable)
2013.08.07, Version 0.11.7 (Unstable), 3cad361f8776f70941b39d65bd9426bcb1aa817b
Changes since version 0.11.6:

View File

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