File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
Name: librdkafka
2
2
# NOTE: Make sure to update this to match rdkafka.h version
3
- Version: 0.8.3
3
+ Version: 0.8.4
4
4
Release: 0
5
5
%define soname 1
6
6
@@ -80,5 +80,8 @@ rm -rf %{buildroot}
80
80
81
81
82
82
%changelog
83
+ *
Mon Aug 18 2014 Magnus Edenhill <[email protected] > 0.8.4-0
84
+ - 0.8.4 release
85
+
83
86
*
Mon Mar 17 2014 Magnus Edenhill <[email protected] > 0.8.3-0
84
87
- Initial RPM package
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ namespace RdKafka {
59
59
*
60
60
* I.e.: 0x00080100 = 0.8.1
61
61
*/
62
- #define RD_KAFKA_VERSION 0x00080300
62
+ #define RD_KAFKA_VERSION 0x00080400
63
63
64
64
/* *
65
65
* Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change 52
52
*
53
53
* I.e.: 0x00080100 = 0.8.1
54
54
*/
55
- #define RD_KAFKA_VERSION 0x00080300
55
+ #define RD_KAFKA_VERSION 0x00080400
56
56
57
57
/**
58
58
* Returns the librdkafka version as integer.
You can’t perform that action at this time.
0 commit comments