From 1e513ef94db0534f54a884f2aeab7204f6f1e3ed Mon Sep 17 00:00:00 2001 From: Nicolas Roussel Date: Tue, 25 Apr 2023 21:56:27 +0200 Subject: [PATCH] Minor release v3.3.0 --- docs/release_notes.rst | 5 +++-- include/mitsuba/mitsuba.h | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7e2157643..98783c096 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -5,8 +5,9 @@ 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 changes ----------------- + +Mitsuba 3.3.0 +------------- - Upgrade Dr.Jit to v0.4.2 - Emitters' members are opaque (fixes long JIT compilation times) diff --git a/include/mitsuba/mitsuba.h b/include/mitsuba/mitsuba.h index f717ecf30..711489802 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 2 -#define MI_VERSION_PATCH 1 +#define MI_VERSION_MINOR 3 +#define MI_VERSION_PATCH 0 #define MI_STRINGIFY(x) #x #define MI_TOSTRING(x) MI_STRINGIFY(x)