Now working on v0.10.29

This commit is contained in:
Timothy J Fontaine 2014-07-31 09:29:01 -07:00
parent 9c14b616f5
commit 71b7128987
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.07.32, Version 0.10.28 (Stable)
2014.07.32, Version 0.10.28 (Stable), 9c14b616f5fb84bfd7d45707bab4bbb85894443e
Changes since version 0.10.27:

View File

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