Skip to content

Commit 03528c6

Browse files
committed
Merge branch 'bump-version' into master
2 parents c75373c + e4b4612 commit 03528c6

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
@@ -14,8 +14,8 @@ endif()
1414

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

0 commit comments

Comments
 (0)