Skip to content

Commit e4199a3

Browse files
committed
Bump to version v0.9.5
1 parent f844e86 commit e4199a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-cpp/rdkafkacpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace RdKafka {
9191
* @remark This value should only be used during compile time,
9292
* for runtime checks of version use RdKafka::version()
9393
*/
94-
#define RD_KAFKA_VERSION 0x000904ff
94+
#define RD_KAFKA_VERSION 0x000905ff
9595

9696
/**
9797
* @brief Returns the librdkafka version as integer.

src/rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ typedef SSIZE_T ssize_t;
137137
* @remark This value should only be used during compile time,
138138
* for runtime checks of version use rd_kafka_version()
139139
*/
140-
#define RD_KAFKA_VERSION 0x000904ff
140+
#define RD_KAFKA_VERSION 0x000905ff
141141

142142
/**
143143
* @brief Returns the librdkafka version as integer.

0 commit comments

Comments
 (0)