Now working on v0.10.26

This commit is contained in:
Timothy J Fontaine 2014-02-18 13:01:54 -08:00
parent d778dc5885
commit 714bec14f6
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2014.02.19, Version 0.10.25 (Stable)
2014.02.19, Version 0.10.25 (Stable), d778dc588507588b12b9f9d2905078db542ed751
Changes since version 0.10.24:

View File

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