Skip to content

Commit

Permalink
Bump soname to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontanini committed May 19, 2019
1 parent efa4e95 commit da9eac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(cppkafka)

# Set the version number.
set(CPPKAFKA_VERSION_MAJOR 0)
set(CPPKAFKA_VERSION_MINOR 2)
set(CPPKAFKA_VERSION_MINOR 3)
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}")
set(RDKAFKA_MIN_VERSION 0x00090400)

Expand Down

0 comments on commit da9eac4

Please sign in to comment.