Skip to content

Commit

Permalink
Version 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Mar 20, 2015
1 parent f95acaf commit 25d8791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-cpp/rdkafkacpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace RdKafka {
*
* I.e.: 0x00080100 = 0.8.1
*/
#define RD_KAFKA_VERSION 0x00080500
#define RD_KAFKA_VERSION 0x00080600

/**
* 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 @@ -55,7 +55,7 @@ extern "C" {
*
* I.e.: 0x00080100 = 0.8.1
*/
#define RD_KAFKA_VERSION 0x00080500
#define RD_KAFKA_VERSION 0x00080600

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

0 comments on commit 25d8791

Please sign in to comment.