Skip to content

Commit 305ac24

Browse files
committed
Bump to version v1.9.1
1 parent 76f2261 commit 305ac24

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.9.0-R-post{build}
1+
version: 1.9.1-R-post{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
image: Visual Studio 2019

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# librdkafka v1.9.1
2+
3+
librdkafka v1.9.1 is a maintenance release.
4+
5+
6+
## Fixes
7+
8+
* Self-contained static libraries can now be built on OSX M1 too, thanks to
9+
disabling curl's configure runtime check.
10+
11+
12+
113
# librdkafka v1.9.0
214

315
librdkafka v1.9.0 is a feature 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 0x010900ff
114+
#define RD_KAFKA_VERSION 0x010901ff
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 0x010900ff
168+
#define RD_KAFKA_VERSION 0x010901ff
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.0",
3+
"version": "1.9.1",
44
"dependencies": [
55
{
66
"name": "zstd",

0 commit comments

Comments
 (0)