Now working on v0.10.4

This commit is contained in:
Bert Belder 2013-03-28 19:59:51 +01:00
parent 31ebe23973
commit 9e90cdeae7

View File

@ -28,8 +28,8 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#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) | \