Skip to content

Commit

Permalink
librdkafka v0.9.2-R
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Nov 9, 2016
1 parent 2f0986f commit 25f4421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-cpp/rdkafkacpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ namespace RdKafka {
* @remark This value should only be used during compile time,
* for runtime checks of version use RdKafka::version()
*/
#define RD_KAFKA_VERSION 0x000902c9
#define RD_KAFKA_VERSION 0x000902ff

/**
* @brief Returns the librdkafka version as integer.
Expand Down
2 changes: 1 addition & 1 deletion src/rdkafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ typedef SSIZE_T ssize_t;
* @remark This value should only be used during compile time,
* for runtime checks of version use rd_kafka_version()
*/
#define RD_KAFKA_VERSION 0x000902c9
#define RD_KAFKA_VERSION 0x000902ff

/**
* @brief Returns the librdkafka version as integer.
Expand Down

0 comments on commit 25f4421

Please sign in to comment.