From ef8db789a1c97152e84ff03c9a7f6e1e77d95981 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 9 Oct 2010 07:53:24 +0200 Subject: Version macros added Macro ZMQ_VERSION represents the current version of 0MQ Macro ZMQ_MAKE_VERSION(major,minor,patch) allows to create a representation of the specified version. The versions can be compared using simple <, >, ==, etc. operators. Signed-off-by: Martin Sustrik --- builds/msvc/platform.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'builds') diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index 6abfc75..9c0c8ae 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -24,11 +24,7 @@ // As a first step of the build process it is copied to // zmq directory to take place of platform.hpp generated from // platform.hpp.in on platforms supported by GNU autotools. - -// 0MQ version information -#define PACKAGE_VERSION_MAJOR 2 -#define PACKAGE_VERSION_MINOR 0 -#define PACKAGE_VERSION_PATCH 10 +// Place any MSVC-specific definitions here. #define ZMQ_HAVE_WINDOWS -- cgit v1.2.3