File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ namespace RdKafka {
99
99
* @remark This value should only be used during compile time,
100
100
* for runtime checks of version use RdKafka::version()
101
101
*/
102
- #define RD_KAFKA_VERSION 0x010001c9
102
+ #define RD_KAFKA_VERSION 0x010001ff
103
103
104
104
/* *
105
105
* @brief Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ typedef SSIZE_T ssize_t;
148
148
* @remark This value should only be used during compile time,
149
149
* for runtime checks of version use rd_kafka_version()
150
150
*/
151
- #define RD_KAFKA_VERSION 0x010001c9
151
+ #define RD_KAFKA_VERSION 0x010001ff
152
152
153
153
/**
154
154
* @brief Returns the librdkafka version as integer.
You can’t perform that action at this time.
0 commit comments