Skip to content

Commit

Permalink
librdkafka v2.3.0 (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab authored Sep 29, 2023
1 parent 0fd8e30 commit be353be
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 @@ -112,7 +112,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 0x020200ff
#define RD_KAFKA_VERSION 0x020300ff

/**
* @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 @@ -167,7 +167,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 0x020200ff
#define RD_KAFKA_VERSION 0x020300ff

/**
* @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.2.0",
"version": "2.3.0",
"dependencies": [
{
"name": "zstd",
Expand Down

0 comments on commit be353be

Please # to comment.