We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57617e9 commit 9c5ea0eCopy full SHA for 9c5ea0e
CMakeLists.txt
@@ -11,7 +11,7 @@ include(CMakePackageConfigHelpers)
11
# Set the version number.
12
set(CPPKAFKA_VERSION_MAJOR 0)
13
set(CPPKAFKA_VERSION_MINOR 4)
14
-set(CPPKAFKA_VERSION_REVISION 0)
+set(CPPKAFKA_VERSION_REVISION 1)
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