Skip to content

Commit 2c03478

Browse files
committed
Patch release v3.2.1
1 parent 50087d0 commit 2c03478

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/release_notes.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ Being an experimental research framework, Mitsuba 3 does not strictly follow the
55
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
66
strive to document breaking API changes in the release notes below.
77

8-
Incoming release
9-
----------------
8+
9+
Mitsuba 3.2.1
10+
-------------
11+
12+
*February 22, 2023*
1013

1114
- Upgrade Dr.Jit to v0.4.1
1215
- ``Film`` plugins can now have error-compensated accumulation in JIT modes

include/mitsuba/mitsuba.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define MI_VERSION_MAJOR 3
1212
#define MI_VERSION_MINOR 2
13-
#define MI_VERSION_PATCH 0
13+
#define MI_VERSION_PATCH 1
1414

1515
#define MI_STRINGIFY(x) #x
1616
#define MI_TOSTRING(x) MI_STRINGIFY(x)

0 commit comments

Comments
 (0)