Skip to content

Commit

Permalink
Bump version defines to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Sep 30, 2020
1 parent 4639ca1 commit 8f8c402
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ librdkafka v1.5.2 is a maintenance release.
error was hit and the EndTxnRequest was to be retried.


*Note: there was no v1.5.1 librdkafka release*



# librdkafka v1.5.0

Expand Down
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 0x01050201
#define RD_KAFKA_VERSION 0x010502ff

/**
* @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 @@ -151,7 +151,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 0x01050201
#define RD_KAFKA_VERSION 0x010502ff

/**
* @brief Returns the librdkafka version as integer.
Expand Down

0 comments on commit 8f8c402

Please sign in to comment.