Skip to content

Commit

Permalink
Patch release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Feb 22, 2023
1 parent 50087d0 commit 2c03478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ Being an experimental research framework, Mitsuba 3 does not strictly follow the
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
strive to document breaking API changes in the release notes below.

Incoming release
----------------

Mitsuba 3.2.1
-------------

*February 22, 2023*

- Upgrade Dr.Jit to v0.4.1
- ``Film`` plugins can now have error-compensated accumulation in JIT modes
Expand Down
2 changes: 1 addition & 1 deletion include/mitsuba/mitsuba.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define MI_VERSION_MAJOR 3
#define MI_VERSION_MINOR 2
#define MI_VERSION_PATCH 0
#define MI_VERSION_PATCH 1

#define MI_STRINGIFY(x) #x
#define MI_TOSTRING(x) MI_STRINGIFY(x)
Expand Down

0 comments on commit 2c03478

Please sign in to comment.