Skip to content

Commit

Permalink
CMake: bump collector version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmicha committed Mar 12, 2024
1 parent 68f6277 commit ea7dcf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ endif()

# Versions and other informations
set(IPFIXCOL_VERSION_MAJOR 2)
set(IPFIXCOL_VERSION_MINOR 4)
set(IPFIXCOL_VERSION_PATCH 1)
set(IPFIXCOL_VERSION_MINOR 5)
set(IPFIXCOL_VERSION_PATCH 0)
set(IPFIXCOL_VERSION
${IPFIXCOL_VERSION_MAJOR}.${IPFIXCOL_VERSION_MINOR}.${IPFIXCOL_VERSION_PATCH})

Expand Down

0 comments on commit ea7dcf2

Please sign in to comment.