include: remove UV_VERSION_* macros

Superseded by uv_version() and uv_version_string().
This commit is contained in:
Ben Noordhuis 2013-03-29 16:01:13 +01:00
parent 23947fdabb
commit 3c3a348abd

View File

@ -45,11 +45,6 @@ extern "C" {
# define UV_EXTERN /* nothing */
#endif
#define UV_VERSION_MAJOR 0
#define UV_VERSION_MINOR 10
#if defined(_MSC_VER) && _MSC_VER < 1600
# include "uv-private/stdint-msvc2008.h"
#else