Skip to content

Commit 4fb5093

Browse files
committed
setting version to v2.6.0
1 parent 8229986 commit 4fb5093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
SET(EMBREE_VERSION_MAJOR 2)
1818
SET(EMBREE_VERSION_MINOR 6)
1919
SET(EMBREE_VERSION_PATCH 0)
20-
SET(EMBREE_VERSION_NOTE " (devel)")
20+
SET(EMBREE_VERSION_NOTE "")
2121
SET(EMBREE_VERSION ${EMBREE_VERSION_MAJOR}.${EMBREE_VERSION_MINOR}.${EMBREE_VERSION_PATCH})
2222
MATH(EXPR EMBREE_VERSION_NUMBER "10000*${EMBREE_VERSION_MAJOR} + 100*${EMBREE_VERSION_MINOR} + ${EMBREE_VERSION_PATCH}")
2323
SET(CPACK_RPM_PACKAGE_RELEASE 1)

0 commit comments

Comments
 (0)