Now working on v0.11.13

This commit is contained in:
Ben Noordhuis 2013-09-03 00:37:15 +02:00
parent 82d01d5f67
commit 3e054c3629
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.09.03, Version 0.11.12 (Unstable)
2013.09.03, Version 0.11.12 (Unstable), 82d01d5f6780d178f5176a01425ec297583c0811
Changes since version 0.11.11:

View File

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