Skip to content

Commit 8ee2606

Browse files
committed
Minor release v3.2.0
1 parent 7118564 commit 8ee2606

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/release_notes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ 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-
Upcoming changes
9-
----------------
8+
Mitsuba 3.2.0
9+
-------------
10+
11+
*January 6, 2023*
1012

1113
- Upgrade Dr.Jit to v0.3.3
1214

include/mitsuba/mitsuba.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#pragma once
1010

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

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

0 commit comments

Comments
 (0)