Now working on v0.10.20

This commit is contained in:
Timothy J Fontaine 2013-11-12 10:54:29 -08:00
parent 33959f7524
commit 1578a5a371
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.11.13, Version 0.10.19 (Stable)
2013.11.13, Version 0.10.19 (Stable), 33959f7524090b8d2c6c41e2400ca77e31755059
Changes since version 0.10.18:

View File

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