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 ba04131 commit 81f73b4Copy full SHA for 81f73b4
docs/changelog.rst
@@ -5,7 +5,7 @@
5
Changelog
6
#########
7
8
-Version TBD (not yet released)
+DrJit 1.0.2 (January 14, 2025)
9
------------------------------
10
11
- Warning about NVIDIA drivers v565+ `b5fd886 <https://github.com/mitsuba-renderer/drjit-core/commit/b5fd886dcced5b7e5b229e94e2b9e702ae6aba46>`__
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 1
+#define DRJIT_VERSION_PATCH 2
67
68
#define DRJIT_STRINGIFY(x) #x
69
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)
0 commit comments