File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# # configure Gradle properties for building the Jolt-JNI Project
22
33# Jolt-JNI version string
4- jjVersion = 3.0.2-SNAPSHOT
4+ jjVersion = 3.1.0
55
66# # default artifact ID (used when -Partifact= isn't specified on the command line)
77artifact = jolt-jni
Original file line number Diff line number Diff line change 11# Release log for the Jolt-JNI project
22
3+ ## Version 3.1.0 released on 8 September 2025
4+
5+ + Allow use of both ` close() ` and a cleaner thread in a single app.
6+ + Added interfaces:
7+ + ` ConstVehicleCollisionTester `
8+ + ` ConstVehicleController `
9+ + ` ConstWheel `
10+ + Added public constructors and methods to the libraries.
11+ + Added run-time checks for the maximum number of jobs.
12+
13+
314## Version 3.0.1 released on 31 August 2025
415
516Bugfix: many ` CharacterRefC ` and ` CharacterVirtualRefC ` methods crash the JVM
You can’t perform that action at this time.
0 commit comments