Skip to content

Commit d872c73

Browse files
committed
post-release fixup
1 parent 010eb37 commit d872c73

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## configure Gradle properties for building the Jolt-JNI Project
22

33
# Jolt-JNI version string:
4-
jjVersion = 4.3.0
4+
jjVersion = 4.3.1-SNAPSHOT
55

66
## default artifact ID (used when -Partifact= isn't specified on the command line)
77
artifact = jolt-jni

release-log.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Release log for the Jolt-JNI project
22

3-
## Version 4.3.0 released on TBD
3+
## Version 4.3.0 released on 8 May 2026
44

55
+ Bugfixes:
6-
+ unsatisfied link in `BodyIdVector.createCopy()`
7-
+ unsatisfied link in `Character.getCharacterSettings()`
6+
+ unsatisfied link during `BodyIdVector.createCopy()`
7+
+ unsatisfied link during `Character.getCharacterSettings()`
8+
+ assertion failure during `Contact.getCharacterB()`
89
+ `Mat44.setElement()` and `RMat44.setElement()` are ineffective (PR #46)
910

1011
+ Added classes and interfaces:

0 commit comments

Comments
 (0)