From 2cfb96e9e2652b295b3b60a0a3f0bb7f2cb50eb7 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Wed, 26 Feb 2014 17:52:41 -0800 Subject: [PATCH] src: bump the version number There was a bug in the libuv release tool where it didn't properly update the proper version file. --- include/uv-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uv-version.h b/include/uv-version.h index cd98f984..6bfc6019 100644 --- a/include/uv-version.h +++ b/include/uv-version.h @@ -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 */