Skip to content

Commit 8681f88

Browse files
committed
Version v1.0.1
1 parent 2dad9bb commit 8681f88

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
@@ -99,7 +99,7 @@ namespace RdKafka {
9999
* @remark This value should only be used during compile time,
100100
* for runtime checks of version use RdKafka::version()
101101
*/
102-
#define RD_KAFKA_VERSION 0x010001c9
102+
#define RD_KAFKA_VERSION 0x010001ff
103103

104104
/**
105105
* @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 0x010001c9
151+
#define RD_KAFKA_VERSION 0x010001ff
152152

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

0 commit comments

Comments
 (0)