Skip to content

Commit

Permalink
setting version to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwoop committed Mar 1, 2019
1 parent 0b1788d commit 17a4865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
SET(EMBREE_VERSION_MAJOR 3)
SET(EMBREE_VERSION_MINOR 5)
SET(EMBREE_VERSION_PATCH 1)
SET(EMBREE_VERSION_NOTE "-alpha.1")
SET(EMBREE_VERSION_NOTE "")

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
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
#define RTC_VERSION_MINOR 5
#define RTC_VERSION_PATCH 1
#define RTC_VERSION 30501
#define RTC_VERSION_STRING "3.5.1-alpha.1"
#define RTC_VERSION_STRING "3.5.1"

0 comments on commit 17a4865

Please sign in to comment.