Now working on v0.10.6

This commit is contained in:
isaacs 2013-04-22 17:37:25 -07:00
parent 6595a7732c
commit a0cb926e2e
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.04.24, Version 0.10.5 (Stable)
2013.04.24, Version 0.10.5 (Stable), 6595a7732c52eb4f8e57c88655f72997a8567a67
Changes since version 0.10.4:

View File

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