We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4eaa0 commit 40d0221Copy full SHA for 40d0221
CMakeLists.txt
@@ -3,8 +3,9 @@ project(cppkafka)
3
4
# Set the version number.
5
set(CPPKAFKA_VERSION_MAJOR 0)
6
-set(CPPKAFKA_VERSION_MINOR 2)
7
-set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}")
+set(CPPKAFKA_VERSION_MINOR 3)
+set(CPPKAFKA_VERSION_REVISION 1)
8
+set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}.${CPPKAFKA_VERSION_REVISION}")
9
set(RDKAFKA_MIN_VERSION 0x00090400)
10
11
if (NOT CMAKE_CXX_FLAGS)
0 commit comments