We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305f595 commit fe6aca0Copy full SHA for fe6aca0
docs/changelog.rst
@@ -5,7 +5,7 @@
5
Changelog
6
#########
7
8
-Version TBD (not yet released)
+DrJit 1.0.3 (January 16, 2025)
9
------------------------------
10
11
- Fixes to :py:func:`drjit.wrap` `166be21 <https://github.com/mitsuba-renderer/drjit/pull/326/commits/166be21886e9fc66fe389cbc6f5becec1bfb3417>`__
include/drjit/fwd.h
@@ -63,7 +63,7 @@
63
64
#define DRJIT_VERSION_MAJOR 1
65
#define DRJIT_VERSION_MINOR 0
66
-#define DRJIT_VERSION_PATCH 2
+#define DRJIT_VERSION_PATCH 3
67
68
#define DRJIT_STRINGIFY(x) #x
69
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)
0 commit comments