Skip to content

Commit 5a119f6

Browse files
committed
Bump version to 0.4.0
1 parent dd3966f commit 5a119f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ include(CMakePackageConfigHelpers)
1010

1111
# Set the version number.
1212
set(CPPKAFKA_VERSION_MAJOR 0)
13-
set(CPPKAFKA_VERSION_MINOR 3)
14-
set(CPPKAFKA_VERSION_REVISION 1)
13+
set(CPPKAFKA_VERSION_MINOR 4)
14+
set(CPPKAFKA_VERSION_REVISION 0)
1515
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}.${CPPKAFKA_VERSION_REVISION}")
1616
set(RDKAFKA_MIN_VERSION "0.9.4")
1717
set(RDKAFKA_MIN_VERSION_HEX 0x00090400)

0 commit comments

Comments
 (0)