diff --git a/release-notes.txt b/release-notes.txt index 51cd172b1..857a0c9ac 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -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) @@ -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. diff --git a/src/luxcore/CMakeLists.txt b/src/luxcore/CMakeLists.txt index 43a8dc29d..b5f74d785 100644 --- a/src/luxcore/CMakeLists.txt +++ b/src/luxcore/CMakeLists.txt @@ -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: diff --git a/src/luxrays/CMakeLists.txt b/src/luxrays/CMakeLists.txt index e4e20225c..cf34f0a0a 100644 --- a/src/luxrays/CMakeLists.txt +++ b/src/luxrays/CMakeLists.txt @@ -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: