Now working on v0.11.4

This commit is contained in:
Bert Belder 2013-05-14 17:11:05 -07:00
parent 0a48c05b59
commit adc79ba282
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2013.05.16, Version 0.11.3 (Unstable)
2013.05.16, Version 0.11.3 (Unstable), 0a48c05b5988aea84c605751900926fa25443b34
Changes since version 0.11.2:

View File

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