Skip to content

Commit c5e3325

Browse files
committed
Minor release v0.3.0
1 parent 66cd295 commit c5e3325

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
Incoming release
8+
Dr.Jit 0.3.0
99
----------------
1010

1111
- Update Dr.Jit Core (various performance and stability improvements)

include/drjit/fwd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
#endif
6767

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

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

0 commit comments

Comments
 (0)