summaryrefslogtreecommitdiff
path: root/src/zmq.cpp
diff options
context:
space:
mode:
authorMartin Lucina <martin@lucina.net>2012-01-23 08:53:29 +0100
committerMartin Lucina <martin@lucina.net>2012-01-23 08:53:29 +0100
commit2c416a793ea781273a5da6742211f5f01af13a2b (patch)
treeb8ede23ec38d4aab9595a517b4b9894df40c2cae /src/zmq.cpp
parent5ba1cb20fe6f6699cef1cc726718e760cd4c9af1 (diff)
Imported Upstream version 2.0.10upstream/2.0.10
Diffstat (limited to 'src/zmq.cpp')
-rw-r--r--src/zmq.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp
index f3ccaac..5770e04 100644
--- a/src/zmq.cpp
+++ b/src/zmq.cpp
@@ -57,9 +57,9 @@
void zmq_version (int *major_, int *minor_, int *patch_)
{
- *major_ = PACKAGE_VERSION_MAJOR;
- *minor_ = PACKAGE_VERSION_MINOR;
- *patch_ = PACKAGE_VERSION_PATCH;
+ *major_ = ZMQ_VERSION_MAJOR;
+ *minor_ = ZMQ_VERSION_MINOR;
+ *patch_ = ZMQ_VERSION_PATCH;
}
const char *zmq_strerror (int errnum_)