diff --git a/CMakeLists.txt b/CMakeLists.txt index cee5f7a6..2f2c92a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)