include: bump UV_VERSION_MINOR

Fixes #740.
This commit is contained in:
Ben Noordhuis 2013-03-14 12:49:00 +01:00
parent 905d56c140
commit 9f714a1d25

View File

@ -47,7 +47,7 @@ extern "C" {
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 9
#define UV_VERSION_MINOR 10
#if defined(_MSC_VER) && _MSC_VER < 1600