Skip to content

Commit

Permalink
Version 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Oct 24, 2014
1 parent b82c67c commit 8da8915
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion rpm/librdkafka.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: librdkafka
# NOTE: Make sure to update this to match rdkafka.h version
Version: 0.8.4
Version: 0.8.5
Release: 0
%define soname 1

Expand Down Expand Up @@ -80,6 +80,9 @@ rm -rf %{buildroot}


%changelog
* Fri Oct 24 2014 Magnus Edenhill <[email protected]> 0.8.5-0
- 0.8.5 release

* Mon Aug 18 2014 Magnus Edenhill <[email protected]> 0.8.4-0
- 0.8.4 release

Expand Down
2 changes: 1 addition & 1 deletion src-cpp/rdkafkacpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace RdKafka {
*
* I.e.: 0x00080100 = 0.8.1
*/
#define RD_KAFKA_VERSION 0x00080400
#define RD_KAFKA_VERSION 0x00080500

/**
* Returns the librdkafka version as integer.
Expand Down
2 changes: 1 addition & 1 deletion src/rdkafka.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
*
* I.e.: 0x00080100 = 0.8.1
*/
#define RD_KAFKA_VERSION 0x00080400
#define RD_KAFKA_VERSION 0x00080500

/**
* Returns the librdkafka version as integer.
Expand Down

0 comments on commit 8da8915

Please sign in to comment.