Now working on v0.10.21

This commit is contained in:
Timothy J Fontaine 2013-12-11 20:22:00 -08:00
parent 04141464dd
commit f3d311edc4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.12.13, Version 0.10.20 (Stable)
2013.12.13, Version 0.10.20 (Stable), 04141464dd0fba90ace9aa6f7003ce139b888a40
Changes since version 0.10.19:

View File

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