Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklax committed May 23, 2016
1 parent 76c2008 commit b58b8ca
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 8)
SET(TARGET_VERSION_PATCH 9)

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 b58b8ca

Please sign in to comment.