Skip to content

Commit da9eac4

Browse files
committed
Bump soname to 0.3
1 parent efa4e95 commit da9eac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(cppkafka)
33

44
# Set the version number.
55
set(CPPKAFKA_VERSION_MAJOR 0)
6-
set(CPPKAFKA_VERSION_MINOR 2)
6+
set(CPPKAFKA_VERSION_MINOR 3)
77
set(CPPKAFKA_VERSION "${CPPKAFKA_VERSION_MAJOR}.${CPPKAFKA_VERSION_MINOR}")
88
set(RDKAFKA_MIN_VERSION 0x00090400)
99

0 commit comments

Comments
 (0)