Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
setting version to v3.2.1-alpha.3
  • Loading branch information
cbenthin committed Aug 29, 2018
1 parent cef97d0 commit 7207342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@
SET(EMBREE_VERSION_MAJOR 3)
SET(EMBREE_VERSION_MINOR 2)
SET(EMBREE_VERSION_PATCH 1)
SET(EMBREE_VERSION_NOTE "-alpha.2")
SET(EMBREE_VERSION_NOTE "-alpha.3")

SET(EMBREE_VERSION ${EMBREE_VERSION_MAJOR}.${EMBREE_VERSION_MINOR}.${EMBREE_VERSION_PATCH})
MATH(EXPR EMBREE_VERSION_NUMBER "10000*${EMBREE_VERSION_MAJOR} + 100*${EMBREE_VERSION_MINOR} + ${EMBREE_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion include/embree3/rtcore_version.h
Expand Up @@ -18,4 +18,4 @@
#define RTC_VERSION_MINOR 2
#define RTC_VERSION_PATCH 1
#define RTC_VERSION 30201
#define RTC_VERSION_STRING "3.2.1-alpha.2"
#define RTC_VERSION_STRING "3.2.1-alpha.3"

0 comments on commit 7207342

Please sign in to comment.