Skip to content

Commit 1c275c8

Browse files
committed
Bumped version to v2.1.0
The collector now requires libfds v0.2.0
1 parent e1ba5fd commit 1c275c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ endif()
1414

1515
# Versions and other informations
1616
set(IPFIXCOL_VERSION_MAJOR 2)
17-
set(IPFIXCOL_VERSION_MINOR 0)
17+
set(IPFIXCOL_VERSION_MINOR 1)
1818
set(IPFIXCOL_VERSION_PATCH 0)
1919
set(IPFIXCOL_VERSION
2020
${IPFIXCOL_VERSION_MAJOR}.${IPFIXCOL_VERSION_MINOR}.${IPFIXCOL_VERSION_PATCH})

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ configure_file(
99
)
1010

1111
# Find libfds
12-
find_package(LibFds 0.1.0 REQUIRED)
12+
find_package(LibFds 0.2.0 REQUIRED)
1313
# Find rst2man
1414

1515
if (ENABLE_DOC_MANPAGE)

0 commit comments

Comments
 (0)