Now working on v0.10.25

This commit is contained in:
Timothy J Fontaine 2014-01-29 09:41:41 -08:00
parent aecd296b6b
commit 79ffe2fb95
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.01.30, Version 0.10.24 (Stable)
2014.01.30, Version 0.10.24 (Stable), aecd296b6bce9b40f06a61c5c94e43d45ac7308a
Changes since version 0.10.23:

View File

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