Now working on v0.11.12

This commit is contained in:
Bert Belder 2013-08-29 15:31:07 +02:00
parent ba876d5353
commit 90874cc4de
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.08.30, Version 0.11.11 (Unstable)
2013.08.30, Version 0.11.11 (Unstable), ba876d53539ed0427c52039012419cd9374c6f0d
Changes since version 0.11.10:

View File

@ -31,8 +31,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11
#define UV_VERSION_PATCH 11
#define UV_VERSION_IS_RELEASE 1
#define UV_VERSION_PATCH 12
#define UV_VERSION_IS_RELEASE 0
#define UV_VERSION ((UV_VERSION_MAJOR << 16) | \