Skip to content

Commit 74a60ec

Browse files
committed
v1.0.4 release
1 parent 3d62a95 commit 74a60ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
Changelog
66
#########
77

8+
DrJit 1.0.4 (January 28, 2025)
9+
------------------------------
10+
11+
- Workaround for OptiX linking issue in driver version R570+ `0c9c54e <https://github.com/mitsuba-renderer/drjit-core/commit/0c9c54ec5c2963dd576c5a16d10fb2d63d67166f>`__
12+
813
DrJit 1.0.3 (January 16, 2025)
914
------------------------------
1015

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 3
66+
#define DRJIT_VERSION_PATCH 4
6767

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

0 commit comments

Comments
 (0)