Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklax committed Mar 19, 2017
1 parent 54c7c40 commit f94c1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SET(TARGET_NAME "dkim++")

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

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 f94c1ed

Please sign in to comment.