Now working on v0.10.35

This commit is contained in:
Saúl Ibarra Corretgé 2015-02-20 18:31:21 +01:00
parent 37aa4aa9b9
commit 80b6f6912f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2015.02.21, Version 0.10.34 (Stable)
2015.02.21, Version 0.10.34 (Stable), 37aa4aa9b9712c778d7b249563e868cabfdb8332
Changes since version 0.10.33:

View File

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