Skip to content

Commit 81f73b4

Browse files
committed
v1.0.2 release
1 parent ba04131 commit 81f73b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Changelog
66
#########
77

8-
Version TBD (not yet released)
8+
DrJit 1.0.2 (January 14, 2025)
99
------------------------------
1010

1111
- Warning about NVIDIA drivers v565+ `b5fd886 <https://github.com/mitsuba-renderer/drjit-core/commit/b5fd886dcced5b7e5b229e94e2b9e702ae6aba46>`__

include/drjit/fwd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
#define DRJIT_VERSION_MAJOR 1
6565
#define DRJIT_VERSION_MINOR 0
66-
#define DRJIT_VERSION_PATCH 1
66+
#define DRJIT_VERSION_PATCH 2
6767

6868
#define DRJIT_STRINGIFY(x) #x
6969
#define DRJIT_TOSTRING(x) DRJIT_STRINGIFY(x)

0 commit comments

Comments
 (0)