Skip to content

Commit 6160ec2

Browse files
committed
Version v1.1.0
1 parent 571ded3 commit 6160ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-cpp/rdkafkacpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ namespace RdKafka {
106106
* @remark This value should only be used during compile time,
107107
* for runtime checks of version use RdKafka::version()
108108
*/
109-
#define RD_KAFKA_VERSION 0x010100c9
109+
#define RD_KAFKA_VERSION 0x010100ff
110110

111111
/**
112112
* @brief Returns the librdkafka version as integer.

src/rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typedef SSIZE_T ssize_t;
148148
* @remark This value should only be used during compile time,
149149
* for runtime checks of version use rd_kafka_version()
150150
*/
151-
#define RD_KAFKA_VERSION 0x010100c9
151+
#define RD_KAFKA_VERSION 0x010100ff
152152

153153
/**
154154
* @brief Returns the librdkafka version as integer.

0 commit comments

Comments
 (0)