Skip to content

Commit 292d2a6

Browse files
authored
Version v2.0.2 (#4153)
1 parent 83ab3fc commit 292d2a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src-cpp/rdkafkacpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ namespace RdKafka {
111111
* @remark This value should only be used during compile time,
112112
* for runtime checks of version use RdKafka::version()
113113
*/
114-
#define RD_KAFKA_VERSION 0x020000ff
114+
#define RD_KAFKA_VERSION 0x020002ff
115115

116116
/**
117117
* @brief Returns the librdkafka version as integer.

src/rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ typedef SSIZE_T ssize_t;
165165
* @remark This value should only be used during compile time,
166166
* for runtime checks of version use rd_kafka_version()
167167
*/
168-
#define RD_KAFKA_VERSION 0x020000ff
168+
#define RD_KAFKA_VERSION 0x020002ff
169169

170170
/**
171171
* @brief Returns the librdkafka version as integer.

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librdkafka",
3-
"version": "2.0.0",
3+
"version": "2.0.2",
44
"dependencies": [
55
{
66
"name": "zstd",

0 commit comments

Comments
 (0)