Now working on v0.10.30

This commit is contained in:
Saúl Ibarra Corretgé 2014-10-21 01:01:08 +02:00
parent 2d728542d3
commit 39a5728dd9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.10.21, Version 0.10.29 (Stable)
2014.10.21, Version 0.10.29 (Stable), 2d728542d3790183417f8f122a110693cd85db14
Changes since version 0.10.28:

View File

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