Now working on v0.10.16

This commit is contained in:
Bert Belder 2013-08-23 18:57:14 +02:00
parent 221078a8fd
commit c8b6895eaf
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.08.24, Version 0.10.15 (Stable)
2013.08.24, Version 0.10.15 (Stable), 221078a8fdd9b853c6b557b3d9a5dd744b4fdd6b
Changes since version 0.10.14:

View File

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