Skip to content

Commit

Permalink
Bump major to 2.x.x release (since there was an API backward incompat…
Browse files Browse the repository at this point in the history
…ible change)
  • Loading branch information
eriklax committed Jul 1, 2019
1 parent 7038f86 commit 54dd997
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 @@ -7,9 +7,9 @@ INCLUDE(FindPkgConfig)
PROJECT(libdkim++)
SET(TARGET_NAME "dkim++")

SET(TARGET_VERSION_MAJOR 1)
SET(TARGET_VERSION_MAJOR 2)
SET(TARGET_VERSION_MINOR 0)
SET(TARGET_VERSION_PATCH 10)
SET(TARGET_VERSION_PATCH 0)

SET(TARGET_VERSION ${TARGET_VERSION_MAJOR}.${TARGET_VERSION_MINOR}.${TARGET_VERSION_PATCH})
SET(DKIM_RELEASE "lib${TARGET_NAME}-${TARGET_VERSION}")
Expand Down

0 comments on commit 54dd997

Please sign in to comment.