Skip to content

Commit c918fc3

Browse files
committed
Patch release v0.4.3
1 parent 44a531e commit c918fc3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/release_notes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ Being an experimental research framework, Dr.Jit does not strictly follow the
55
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
66
strive to document breaking API changes in the release notes below.
77

8-
Upcoming changes
9-
----------------
8+
Dr.Jit 0.4.3
9+
------------
10+
11+
*August 29, 2023*
1012

1113
- Fix nested recorded virtual function calls
1214
`[7e8c13c] <https://github.com/mitsuba-renderer/drjit/commit/7e8c13c61dda2f28be7aa62df83b5267418016a5>`_

include/drjit/fwd.h

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

6868
#define DRJIT_VERSION_MAJOR 0
6969
#define DRJIT_VERSION_MINOR 4
70-
#define DRJIT_VERSION_PATCH 2
70+
#define DRJIT_VERSION_PATCH 3
7171

7272
#define DRJIT_STRINGIFY(x) #x
7373
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)

0 commit comments

Comments
 (0)