Skip to content

Commit e7325f6

Browse files
committed
changed version to v3.2.1
1 parent ecf8850 commit e7325f6

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 3)
1818
SET(EMBREE_VERSION_MINOR 2)
1919
SET(EMBREE_VERSION_PATCH 1)
20-
SET(EMBREE_VERSION_NOTE "-alpha.4")
20+
SET(EMBREE_VERSION_NOTE "")
2121

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

include/embree3/rtcore_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
#define RTC_VERSION_MINOR 2
1919
#define RTC_VERSION_PATCH 1
2020
#define RTC_VERSION 30201
21-
#define RTC_VERSION_STRING "3.2.1-alpha.4"
21+
#define RTC_VERSION_STRING "3.2.1"

0 commit comments

Comments
 (0)