Bump version to 0.2

This commit is contained in:
Matias Fontanini
2018-09-20 18:23:32 -07:00
parent d3ef9cad32
commit f458514fb2

View File

@@ -3,7 +3,7 @@ project(cppkafka)
# Set the version number.
set(CPPKAFKA_VERSION_MAJOR 0)
set(CPPKAFKA_VERSION_MINOR 1)
set(CPPKAFKA_VERSION_MINOR 2)
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}")
set(RDKAFKA_MIN_VERSION 0x00090400)