Now working on v0.11.9

This commit is contained in:
Timothy J Fontaine 2013-08-21 10:25:40 -07:00
parent a5260462db
commit abcad99e23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.08.22, Version 0.11.8 (Unstable)
2013.08.22, Version 0.11.8 (Unstable), a5260462db80ab0deab6b9e6a8991dd8f5a9a2f8
Changes since version 0.11.7:

View File

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