From 2c034785b458629da29a3a0b97ea47ac5950edea Mon Sep 17 00:00:00 2001 From: Nicolas Roussel Date: Wed, 22 Feb 2023 20:24:33 +0100 Subject: [PATCH] Patch release v3.2.1 --- docs/release_notes.rst | 7 +++++-- include/mitsuba/mitsuba.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f56f0dda6..68b3721a7 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -5,8 +5,11 @@ Being an experimental research framework, Mitsuba 3 does not strictly follow the `Semantic Versioning `_ convention. That said, we will strive to document breaking API changes in the release notes below. -Incoming release ----------------- + +Mitsuba 3.2.1 +------------- + +*February 22, 2023* - Upgrade Dr.Jit to v0.4.1 - ``Film`` plugins can now have error-compensated accumulation in JIT modes diff --git a/include/mitsuba/mitsuba.h b/include/mitsuba/mitsuba.h index 28f165b8f..f717ecf30 100644 --- a/include/mitsuba/mitsuba.h +++ b/include/mitsuba/mitsuba.h @@ -10,7 +10,7 @@ #define MI_VERSION_MAJOR 3 #define MI_VERSION_MINOR 2 -#define MI_VERSION_PATCH 0 +#define MI_VERSION_PATCH 1 #define MI_STRINGIFY(x) #x #define MI_TOSTRING(x) MI_STRINGIFY(x)