We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a0444 commit fe0a7e0Copy full SHA for fe0a7e0
docs/release_notes.rst
@@ -11,6 +11,13 @@ Incoming release
11
12
- TBA
13
14
+Mitsuba 2.2.1
15
+-------------
16
+
17
+*July 27, 2020*
18
19
+- Fix warnings, build and tests on Windows (MSVC)
20
21
Mitsuba 2.2.0
22
-------------
23
include/mitsuba/mitsuba.h
@@ -10,7 +10,7 @@
10
#define MTS_VERSION_MAJOR 2
#define MTS_VERSION_MINOR 2
-#define MTS_VERSION_PATCH 0
+#define MTS_VERSION_PATCH 1
#define MTS_STRINGIFY(x) #x
#define MTS_TOSTRING(x) MTS_STRINGIFY(x)
0 commit comments