Skip to content

Commit fe6aca0

Browse files
committed
v1.0.3 release
1 parent 305f595 commit fe6aca0

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.3 (January 16, 2025)
99
------------------------------
1010

1111
- Fixes to :py:func:`drjit.wrap` `166be21 <https://github.com/mitsuba-renderer/drjit/pull/326/commits/166be21886e9fc66fe389cbc6f5becec1bfb3417>`__

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

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

0 commit comments

Comments
 (0)