Skip to content

Commit

Permalink
Release v2.3beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dade916 committed Jan 28, 2020
1 parent 15ee79f commit 30f7601
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 @@ -51,6 +51,8 @@
* Changing AOVs used doesn't require OpenCL compilation anymore (removed PARAM_FILM_CHANNELS_*)
* Adding/Removing a new light source type doesn't require OpenCL compilation anymore (removed PARAM_HAS_*LIGHT)

''Beta1 released''

### Fixed Bugs

* Fixed triangle lights back face emission when using an IES or image map profile
Expand All @@ -65,6 +67,8 @@
* Fixed a problem with mesh light sources when deleting an object with LuxCore API (issue #290)
* Fixed a bug when evaluating complex tree of bump mapping nodes (issue #198)

''Beta1 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 3alpha0)
set(LUXCORE_VERSION_MINOR 3beta1)

# 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 3alpha0)
set(LUXRAYS_VERSION_MINOR 3beta1)

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

0 comments on commit 30f7601

Please sign in to comment.