Skip to content

Commit

Permalink
Minor release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Nov 23, 2022
1 parent deb5f64 commit 204d89b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Being an experimental research framework, Mitsuba 3 does not strictly follow the
strive to document breaking API changes in the release notes below.


Incoming Release
----------------
Mitsuba 3.1.0
-------------

New features
^^^^^^^^^^^^
Expand Down Expand Up @@ -40,7 +40,7 @@ Other improvements
- Various other minor fixes

Mitsuba 3.0.2
----------------
-------------

*September 13, 2022*

Expand Down
4 changes: 2 additions & 2 deletions include/mitsuba/mitsuba.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#pragma once

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

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

0 comments on commit 204d89b

Please sign in to comment.