src: bump the version number

There was a bug in the libuv release tool where it didn't properly
update the proper version file.
This commit is contained in:
Timothy J Fontaine 2014-02-26 17:52:41 -08:00
parent 2611ef43b1
commit 2cfb96e9e2

View File

@ -32,7 +32,7 @@
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 11
#define UV_VERSION_PATCH 20
#define UV_VERSION_PATCH 21
#define UV_VERSION_IS_RELEASE 0
#endif /* UV_VERSION_H */