We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa4e95 commit da9eac4Copy full SHA for da9eac4
CMakeLists.txt
@@ -3,7 +3,7 @@ project(cppkafka)
3
4
# Set the version number.
5
set(CPPKAFKA_VERSION_MAJOR 0)
6
-set(CPPKAFKA_VERSION_MINOR 2)
+set(CPPKAFKA_VERSION_MINOR 3)
7
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}")
8
set(RDKAFKA_MIN_VERSION 0x00090400)
9
0 commit comments