Skip to content

Commit

Permalink
Minor release v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Aug 29, 2023
1 parent a7de449 commit 5016304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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 changes
----------------
MItsuba 3.4.0
-------------

- Upgrade Dr.Jit to v0.4.3
- Add ``mi.variant_context()``: a Python context manager for setting variants
Expand Down
2 changes: 1 addition & 1 deletion include/mitsuba/mitsuba.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#pragma once

#define MI_VERSION_MAJOR 3
#define MI_VERSION_MINOR 3
#define MI_VERSION_MINOR 4
#define MI_VERSION_PATCH 0

#define MI_STRINGIFY(x) #x
Expand Down

0 comments on commit 5016304

Please sign in to comment.