Now working on v0.10.19

This commit is contained in:
Timothy J Fontaine 2013-10-18 13:17:52 -07:00
parent 9ec52963b5
commit 939560b6db
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.10.19, Version 0.10.18 (Stable)
2013.10.19, Version 0.10.18 (Stable), 9ec52963b585e822e87bdc5de28d6143aff0d2e5
Changes since version 0.10.17:

View File

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