Now working on v0.10.22

This commit is contained in:
Timothy J Fontaine 2013-12-18 15:37:33 -08:00
parent 375ebce068
commit 9d60214b3a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.12.19, Version 0.10.21 (Stable)
2013.12.19, Version 0.10.21 (Stable), 375ebce068555f0ca8151b562edb5f1b263022db
Changes since version 0.10.20:

View File

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