Skip to content

Commit

Permalink
Version v2.0.2 (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab authored Jan 20, 2023
1 parent 83ab3fc commit 292d2a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-cpp/rdkafkacpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace RdKafka {
* @remark This value should only be used during compile time,
* for runtime checks of version use RdKafka::version()
*/
#define RD_KAFKA_VERSION 0x020000ff
#define RD_KAFKA_VERSION 0x020002ff

/**
* @brief Returns the librdkafka version as integer.
Expand Down
2 changes: 1 addition & 1 deletion src/rdkafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ typedef SSIZE_T ssize_t;
* @remark This value should only be used during compile time,
* for runtime checks of version use rd_kafka_version()
*/
#define RD_KAFKA_VERSION 0x020000ff
#define RD_KAFKA_VERSION 0x020002ff

/**
* @brief Returns the librdkafka version as integer.
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librdkafka",
"version": "2.0.0",
"version": "2.0.2",
"dependencies": [
{
"name": "zstd",
Expand Down

0 comments on commit 292d2a6

Please sign in to comment.