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 59caf32 commit f41557cCopy full SHA for f41557c
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(MSVC)
0 commit comments