Skip to content

Commit 0cff17f

Browse files
authoredJul 10, 2016
Merge pull request #3293 from timlinux/fix-osx-build
Fix build issue on OSX caused by minor version of 999
2 parents 2eee2e5 + 3a419c0 commit 0cff17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
2-
SET(CPACK_PACKAGE_VERSION_MINOR "999")
2+
SET(CPACK_PACKAGE_VERSION_MINOR "99")
33
SET(CPACK_PACKAGE_VERSION_PATCH "0")
44
SET(COMPLETE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
55
SET(RELEASE_NAME "Master")

0 commit comments

Comments
 (0)
Please sign in to comment.