From 3c3a348abd9e66d263482aee5289ca18397133e1 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 29 Mar 2013 16:01:13 +0100 Subject: [PATCH] include: remove UV_VERSION_* macros Superseded by uv_version() and uv_version_string(). --- include/uv.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/uv.h b/include/uv.h index fde4bfa0..39db4f49 100644 --- a/include/uv.h +++ b/include/uv.h @@ -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