Skip to content

Commit 923b05f

Browse files
committed
setting version to v2.17.3-alpha.1
1 parent 1d7c95b commit 923b05f

2 files changed

Lines changed: 2 additions & 2 deletions

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 17)
1919
SET(EMBREE_VERSION_PATCH 3)
20-
SET(EMBREE_VERSION_NOTE "")
20+
SET(EMBREE_VERSION_NOTE "-alpha.1")
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)

include/embree2/rtcore_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
#define RTCORE_VERSION_MINOR 17
1919
#define RTCORE_VERSION_PATCH 3
2020
#define RTCORE_VERSION 21703
21-
#define RTCORE_VERSION_STRING "2.17.3"
21+
#define RTCORE_VERSION_STRING "2.17.3-alpha.1"

0 commit comments

Comments
 (0)