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 @@ -106,7 +106,7 @@ namespace RdKafka {
106
106
* @remark This value should only be used during compile time,
107
107
* for runtime checks of version use RdKafka::version()
108
108
*/
109
- #define RD_KAFKA_VERSION 0x010100c9
109
+ #define RD_KAFKA_VERSION 0x010100ff
110
110
111
111
/* *
112
112
* @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 0x010100c9
151
+ #define RD_KAFKA_VERSION 0x010100ff
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