Skip to content

Commit

Permalink
setting version to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwoop committed Jun 26, 2015
1 parent 8229986 commit 4fb5093
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 @@ -17,7 +17,7 @@
SET(EMBREE_VERSION_MAJOR 2)
SET(EMBREE_VERSION_MINOR 6)
SET(EMBREE_VERSION_PATCH 0)
SET(EMBREE_VERSION_NOTE " (devel)")
SET(EMBREE_VERSION_NOTE "")
SET(EMBREE_VERSION ${EMBREE_VERSION_MAJOR}.${EMBREE_VERSION_MINOR}.${EMBREE_VERSION_PATCH})
MATH(EXPR EMBREE_VERSION_NUMBER "10000*${EMBREE_VERSION_MAJOR} + 100*${EMBREE_VERSION_MINOR} + ${EMBREE_VERSION_PATCH}")
SET(CPACK_RPM_PACKAGE_RELEASE 1)
Expand Down

0 comments on commit 4fb5093

Please sign in to comment.