Skip to content

Commit

Permalink
Merge pull request #3293 from timlinux/fix-osx-build
Browse files Browse the repository at this point in the history
Fix build issue on OSX caused by minor version of 999
  • Loading branch information
jef-n committed Jul 10, 2016
2 parents 2eee2e5 + 3a419c0 commit 0cff17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
SET(CPACK_PACKAGE_VERSION_MINOR "999")
SET(CPACK_PACKAGE_VERSION_MINOR "99")
SET(CPACK_PACKAGE_VERSION_PATCH "0")
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
SET(RELEASE_NAME "Master")
Expand Down

0 comments on commit 0cff17f

Please sign in to comment.