Skip to content

Commit fe0a7e0

Browse files
committed
Update release notes
1 parent c0a0444 commit fe0a7e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release_notes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Incoming release
1111

1212
- TBA
1313

14+
Mitsuba 2.2.1
15+
-------------
16+
17+
*July 27, 2020*
18+
19+
- Fix warnings, build and tests on Windows (MSVC)
20+
1421
Mitsuba 2.2.0
1522
-------------
1623

include/mitsuba/mitsuba.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define MTS_VERSION_MAJOR 2
1212
#define MTS_VERSION_MINOR 2
13-
#define MTS_VERSION_PATCH 0
13+
#define MTS_VERSION_PATCH 1
1414

1515
#define MTS_STRINGIFY(x) #x
1616
#define MTS_TOSTRING(x) MTS_STRINGIFY(x)

0 commit comments

Comments
 (0)