Skip to content

Commit 5016304

Browse files
committed
Minor release v3.4.0
1 parent a7de449 commit 5016304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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 changes
9-
----------------
8+
MItsuba 3.4.0
9+
-------------
1010

1111
- Upgrade Dr.Jit to v0.4.3
1212
- Add ``mi.variant_context()``: a Python context manager for setting variants

include/mitsuba/mitsuba.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#pragma once
1010

1111
#define MI_VERSION_MAJOR 3
12-
#define MI_VERSION_MINOR 3
12+
#define MI_VERSION_MINOR 4
1313
#define MI_VERSION_PATCH 0
1414

1515
#define MI_STRINGIFY(x) #x

0 commit comments

Comments
 (0)