Skip to content

Commit

Permalink
Bump version for v2.6.0 release (#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab authored Sep 24, 2024
1 parent 7f63d82 commit f55f3ec
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 0x020503ff
#define RD_KAFKA_VERSION 0x020600ff

/**
* @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 0x020503ff
#define RD_KAFKA_VERSION 0x020600ff

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

0 comments on commit f55f3ec

Please sign in to comment.