Now working on v0.10.8

This commit is contained in:
Bert Belder 2013-05-14 16:50:22 -07:00
parent 028baaf084
commit 13496e9c1a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.05.15, Version 0.10.7 (Stable)
2013.05.15, Version 0.10.7 (Stable), 028baaf0846b686a81e992cb2f2f5a9b8e841fcf
Changes since version 0.10.6:

View File

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