Now working on v0.10.9

This commit is contained in:
isaacs 2013-05-24 14:37:56 -07:00
parent 0f39be1292
commit 7d5024e7e6
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.05.25, Version 0.10.8 (Stable)
2013.05.25, Version 0.10.8 (Stable), 0f39be12926fe2d8766a9f025797a473003e6504
Changes since version 0.10.7:

View File

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