Skip to content

Commit 7c53133

Browse files
committed
removed alpha.0 from version note in cmake
1 parent 0d656ba commit 7c53133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SET(EMBREE_VERSION_MAJOR 3)
55
SET(EMBREE_VERSION_MINOR 13)
66
SET(EMBREE_VERSION_PATCH 0)
7-
SET(EMBREE_VERSION_NOTE "-alpha.0")
7+
SET(EMBREE_VERSION_NOTE "")
88

99
SET(EMBREE_VERSION ${EMBREE_VERSION_MAJOR}.${EMBREE_VERSION_MINOR}.${EMBREE_VERSION_PATCH})
1010
MATH(EXPR EMBREE_VERSION_NUMBER "10000*${EMBREE_VERSION_MAJOR} + 100*${EMBREE_VERSION_MINOR} + ${EMBREE_VERSION_PATCH}")

0 commit comments

Comments
 (0)