Skip to content

Commit

Permalink
Minor release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njroussel committed Jan 6, 2023
1 parent 03a44fa commit 1622fdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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.0
------------

*January 6, 2023*

- Various bug fixes and stability improvements
- Internal refactorings (merge in/external reference counting, new variable types)
Expand Down
4 changes: 2 additions & 2 deletions include/drjit/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
#endif

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

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

0 comments on commit 1622fdd

Please sign in to comment.