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