Skip to content

Commit 8da8915

Browse files
committed
Version 0.8.5
1 parent b82c67c commit 8da8915

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

rpm/librdkafka.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: librdkafka
22
# NOTE: Make sure to update this to match rdkafka.h version
3-
Version: 0.8.4
3+
Version: 0.8.5
44
Release: 0
55
%define soname 1
66

@@ -80,6 +80,9 @@ rm -rf %{buildroot}
8080

8181

8282
%changelog
83+
* Fri Oct 24 2014 Magnus Edenhill <[email protected]> 0.8.5-0
84+
- 0.8.5 release
85+
8386
* Mon Aug 18 2014 Magnus Edenhill <[email protected]> 0.8.4-0
8487
- 0.8.4 release
8588

src-cpp/rdkafkacpp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ namespace RdKafka {
5959
*
6060
* I.e.: 0x00080100 = 0.8.1
6161
*/
62-
#define RD_KAFKA_VERSION 0x00080400
62+
#define RD_KAFKA_VERSION 0x00080500
6363

6464
/**
6565
* Returns the librdkafka version as integer.

src/rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
*
5353
* I.e.: 0x00080100 = 0.8.1
5454
*/
55-
#define RD_KAFKA_VERSION 0x00080400
55+
#define RD_KAFKA_VERSION 0x00080500
5656

5757
/**
5858
* Returns the librdkafka version as integer.

0 commit comments

Comments
 (0)