Skip to content

Commit

Permalink
librdkafka v2.2.0 (#4323)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Jun 16, 2023
1 parent 25da531 commit aa50e52
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
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 0x020101ff
#define RD_KAFKA_VERSION 0x020200ff

/**
* @brief Returns the librdkafka version as integer.
Expand Down
2 changes: 1 addition & 1 deletion src/rdkafka.h
Expand Up @@ -166,7 +166,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 0x020101ff
#define RD_KAFKA_VERSION 0x020200ff

/**
* @brief Returns the librdkafka version as integer.
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "librdkafka",
"version": "2.1.1",
"version": "2.2.0",
"dependencies": [
{
"name": "zstd",
Expand Down

0 comments on commit aa50e52

Please sign in to comment.