Skip to content

Commit

Permalink
Release v2.5rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dade916 committed Feb 26, 2021
1 parent 9360eb0 commit 55fa8de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Beta1 released

* Removed the cap to opencl.task.count parameter

RC1 released

### Fixed Bugs

* Added the support for pixel filtering to light tracing (issue #413)
Expand Down Expand Up @@ -77,6 +79,8 @@ Beta1 released
* CPU code now rejects NaN/Inf sample values for AOVs like GPU code
* Avoid to generate NaN volume transmittance if the segment is infinite

RC1 released

Check https://wiki.luxcorerender.org/LuxCoreRender_Release_Notes for the full list
of release notes.

Expand Down
2 changes: 1 addition & 1 deletion src/luxcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
################################################################################

set(LUXCORE_VERSION_MAJOR 2)
set(LUXCORE_VERSION_MINOR 5beta1)
set(LUXCORE_VERSION_MINOR 5rc1)

# Configure a header file to pass some of the CMake settings
# to the source code:
Expand Down
2 changes: 1 addition & 1 deletion src/luxrays/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
################################################################################

set(LUXRAYS_VERSION_MAJOR 2)
set(LUXRAYS_VERSION_MINOR 5beta1)
set(LUXRAYS_VERSION_MINOR 5rc1)

# Configure a header file to pass some of the CMake settings
# to the source code:
Expand Down

0 comments on commit 55fa8de

Please sign in to comment.