We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7c95b commit 923b05fCopy full SHA for 923b05f
2 files changed
CMakeLists.txt
@@ -17,7 +17,7 @@
17
SET(EMBREE_VERSION_MAJOR 2)
18
SET(EMBREE_VERSION_MINOR 17)
19
SET(EMBREE_VERSION_PATCH 3)
20
-SET(EMBREE_VERSION_NOTE "")
+SET(EMBREE_VERSION_NOTE "-alpha.1")
21
SET(EMBREE_VERSION ${EMBREE_VERSION_MAJOR}.${EMBREE_VERSION_MINOR}.${EMBREE_VERSION_PATCH})
22
MATH(EXPR EMBREE_VERSION_NUMBER "10000*${EMBREE_VERSION_MAJOR} + 100*${EMBREE_VERSION_MINOR} + ${EMBREE_VERSION_PATCH}")
23
SET(CPACK_RPM_PACKAGE_RELEASE 1)
include/embree2/rtcore_version.h
@@ -18,4 +18,4 @@
#define RTCORE_VERSION_MINOR 17
#define RTCORE_VERSION_PATCH 3
#define RTCORE_VERSION 21703
-#define RTCORE_VERSION_STRING "2.17.3"
+#define RTCORE_VERSION_STRING "2.17.3-alpha.1"
0 commit comments