Skip to content

Commit 252ec9d

Browse files
committed
v1.4.0 release
1 parent 8b42ef4 commit 252ec9d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/changelog.rst

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

8-
DrJit 1.4.0 (TBA)
9-
-----------------
8+
DrJit 1.4.0 (June 25, 2026)
9+
---------------------------
1010

1111
**Major new Features**
1212

include/drjit/fwd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
#endif
6363

6464
#define DRJIT_VERSION_MAJOR 1
65-
#define DRJIT_VERSION_MINOR 3
66-
#define DRJIT_VERSION_PATCH 1
65+
#define DRJIT_VERSION_MINOR 4
66+
#define DRJIT_VERSION_PATCH 0
6767

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

0 commit comments

Comments
 (0)