File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313
1414ext {
1515 group = ' com.github.stephengold'
16- version = ' 0.4.0 '
16+ version = ' 0.4.1 '
1717 baseName = " ${ artifact} -${ version} " // for artifacts
1818 websiteUrl = ' https://github.com/stephengold/jolt-jni'
1919}
Original file line number Diff line number Diff line change 11# release log for the jolt-jni project
22
3- ## Version 0.4.0 released on TBD
3+ ## Version 0.4.1 released on TBD
44
55+ Split off the read-only interfaces into a "joltjni.readonly" package.
66+ Added support for 2 Linux-on-ARM platforms.
7- + Began using jSnapLoader to locate native library for testing.
7+ + Began using jSnapLoader to select native libraries for testing.
88+ Purged JMonkeyEngine code from the project and simplified the license.
99
1010## Version 0.3.2 released on 24 July 2024
Original file line number Diff line number Diff line change @@ -192,6 +192,6 @@ JNIEXPORT void JNICALL Java_com_github_stephengold_joltjni_Jolt_unregisterTypes
192192 */
193193JNIEXPORT jstring JNICALL Java_com_github_stephengold_joltjni_Jolt_versionString
194194 (JNIEnv *pEnv, jclass) {
195- jstring result = pEnv->NewStringUTF (" 0.4.0 " );
195+ jstring result = pEnv->NewStringUTF (" 0.4.1 " );
196196 return result;
197197}
You can’t perform that action at this time.
0 commit comments