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 dd3966f commit 5a119f6Copy full SHA for 5a119f6
CMakeLists.txt
@@ -10,8 +10,8 @@ include(CMakePackageConfigHelpers)
10
11
# Set the version number.
12
set(CPPKAFKA_VERSION_MAJOR 0)
13
-set(CPPKAFKA_VERSION_MINOR 3)
14
-set(CPPKAFKA_VERSION_REVISION 1)
+set(CPPKAFKA_VERSION_MINOR 4)
+set(CPPKAFKA_VERSION_REVISION 0)
15
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}.${CPPKAFKA_VERSION_REVISION}")
16
set(RDKAFKA_MIN_VERSION "0.9.4")
17
set(RDKAFKA_MIN_VERSION_HEX 0x00090400)
0 commit comments