Now working on v0.10.31

This commit is contained in:
Saúl Ibarra Corretgé 2014-12-09 19:49:50 +01:00
parent 5a63f5e954
commit 20fe7f9bc7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.12.10, Version 0.10.30 (Stable)
2014.12.10, Version 0.10.30 (Stable), 5a63f5e9546dca482eeebc3054139b21f509f21f
Changes since version 0.10.29:

View File

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