Skip to content

Commit 3bdf2d0

Browse files
committed
Version v1.4.4
1 parent 41f72a4 commit 3bdf2d0

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
@@ -108,7 +108,7 @@ namespace RdKafka {
108108
* @remark This value should only be used during compile time,
109109
* for runtime checks of version use RdKafka::version()
110110
*/
111-
#define RD_KAFKA_VERSION 0x010402ff
111+
#define RD_KAFKA_VERSION 0x010404ff
112112

113113
/**
114114
* @brief Returns the librdkafka version as integer.

src/rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ typedef SSIZE_T ssize_t;
148148
* @remark This value should only be used during compile time,
149149
* for runtime checks of version use rd_kafka_version()
150150
*/
151-
#define RD_KAFKA_VERSION 0x010402ff
151+
#define RD_KAFKA_VERSION 0x010404ff
152152

153153
/**
154154
* @brief Returns the librdkafka version as integer.

0 commit comments

Comments
 (0)