File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ namespace RdKafka {
111
111
* @remark This value should only be used during compile time,
112
112
* for runtime checks of version use RdKafka::version()
113
113
*/
114
- #define RD_KAFKA_VERSION 0x020000ff
114
+ #define RD_KAFKA_VERSION 0x020002ff
115
115
116
116
/* *
117
117
* @brief Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ typedef SSIZE_T ssize_t;
165
165
* @remark This value should only be used during compile time,
166
166
* for runtime checks of version use rd_kafka_version()
167
167
*/
168
- #define RD_KAFKA_VERSION 0x020000ff
168
+ #define RD_KAFKA_VERSION 0x020002ff
169
169
170
170
/**
171
171
* @brief Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " librdkafka" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"dependencies" : [
5
5
{
6
6
"name" : " zstd" ,
You can’t perform that action at this time.
0 commit comments