Now working on v0.10.3

This commit is contained in:
Bert Belder 2013-03-25 15:38:41 +01:00
parent 0f36a00568
commit d5f8c1a4d3

View File

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