From da9eac42ce61308bfc5b0f2b2ebfb29f5febefe2 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sun, 19 May 2019 09:32:38 -0700 Subject: [PATCH] Bump soname to 0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)