Skip to content

Commit

Permalink
Patch release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Aug 29, 2023
1 parent 44a531e commit c918fc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ Being an experimental research framework, Dr.Jit does not strictly follow the
`Semantic Versioning <https://semver.org/>`_ convention. That said, we will
strive to document breaking API changes in the release notes below.

Upcoming changes
----------------
Dr.Jit 0.4.3
------------

*August 29, 2023*

- Fix nested recorded virtual function calls
`[7e8c13c] <https://github.com/mitsuba-renderer/drjit/commit/7e8c13c61dda2f28be7aa62df83b5267418016a5>`_
Expand Down
2 changes: 1 addition & 1 deletion include/drjit/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

#define DRJIT_VERSION_MAJOR 0
#define DRJIT_VERSION_MINOR 4
#define DRJIT_VERSION_PATCH 2
#define DRJIT_VERSION_PATCH 3

#define DRJIT_STRINGIFY(x) #x
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)
Expand Down

0 comments on commit c918fc3

Please sign in to comment.