From 8ee2606087f210c0af8c486d66225d1b7e3d2729 Mon Sep 17 00:00:00 2001 From: Nicolas Roussel Date: Fri, 6 Jan 2023 21:19:19 +0100 Subject: [PATCH] Minor release v3.2.0 --- docs/release_notes.rst | 6 ++++-- include/mitsuba/mitsuba.h | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 32bc76995..2ec3198da 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -5,8 +5,10 @@ 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. -Upcoming changes ----------------- +Mitsuba 3.2.0 +------------- + +*January 6, 2023* - Upgrade Dr.Jit to v0.3.3 diff --git a/include/mitsuba/mitsuba.h b/include/mitsuba/mitsuba.h index 0eb7d2261..28f165b8f 100644 --- a/include/mitsuba/mitsuba.h +++ b/include/mitsuba/mitsuba.h @@ -9,8 +9,8 @@ #pragma once #define MI_VERSION_MAJOR 3 -#define MI_VERSION_MINOR 1 -#define MI_VERSION_PATCH 1 +#define MI_VERSION_MINOR 2 +#define MI_VERSION_PATCH 0 #define MI_STRINGIFY(x) #x #define MI_TOSTRING(x) MI_STRINGIFY(x)