Skip to content

Commit

Permalink
cmake: Bump version to 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Oct 4, 2017
1 parent 0a0dd5c commit b118754
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 @@ -6,7 +6,7 @@ project (drmingw)

set (CPACK_PACKAGE_VERSION_MAJOR "0")
set (CPACK_PACKAGE_VERSION_MINOR "8")
set (CPACK_PACKAGE_VERSION_PATCH "1")
set (CPACK_PACKAGE_VERSION_PATCH "2")


option (ENABLE_COVERAGE "Enable code coverage." OFF)
Expand Down

0 comments on commit b118754

Please sign in to comment.