Skip to content

Commit 9a4680f

Browse files
committed
Bump version to 1.9.3
1 parent 9b72ca3 commit 9a4680f

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
"string.h": "c",
4+
"signal.h": "c"
5+
}
6+
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# librdkafka v1.9.3
2+
3+
librdkafka v1.9.3 is a maintenance release:
4+
5+
* Self-contained static libraries can now be built on Linux arm64 too
6+
7+
8+
19
# librdkafka v1.9.2
210

311
librdkafka v1.9.2 is a maintenance release:

src-cpp/rdkafkacpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ namespace RdKafka {
111111
* @remark This value should only be used during compile time,
112112
* for runtime checks of version use RdKafka::version()
113113
*/
114-
#define RD_KAFKA_VERSION 0x010902ff
114+
#define RD_KAFKA_VERSION 0x010903ff
115115

116116
/**
117117
* @brief Returns the librdkafka version as integer.

src/rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ typedef SSIZE_T ssize_t;
165165
* @remark This value should only be used during compile time,
166166
* for runtime checks of version use rd_kafka_version()
167167
*/
168-
#define RD_KAFKA_VERSION 0x010902ff
168+
#define RD_KAFKA_VERSION 0x010903ff
169169

170170
/**
171171
* @brief Returns the librdkafka version as integer.

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "librdkafka",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"dependencies": [
55
{
66
"name": "zstd",

0 commit comments

Comments
 (0)