Now working on v0.10.23

This commit is contained in:
Timothy J Fontaine 2014-01-07 14:03:18 -08:00
parent f526c90eef
commit 97eda7fd62
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.01.08, Version 0.10.22 (Stable)
2014.01.08, Version 0.10.22 (Stable), f526c90eeff271d9323a9107b9a64a4671fd3103
Changes since version 0.10.21:

View File

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