Skip to content

Commit

Permalink
JF/52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Feb 19, 2024
1 parent f32064c commit 8783570
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.github.pquiring</groupId>
<artifactId>javaforce</artifactId>
<version>52.1</version>
<version>52.2</version>

<scm>
<url>https://github.com/pquiring/javaforce</url>
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaForce SDK
=============

Version 52.1
Version 52.2

Description
===========
Expand Down
2 changes: 1 addition & 1 deletion src/javaforce/JF.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class JF {

public static String getVersion() {
return "52.1";
return "52.2";
}

public static void main(String[] args) {
Expand Down
2 changes: 1 addition & 1 deletion versions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns:if="ant:if" xmlns:unless="ant:unless">
<!-- Note : any changes should be reflected in lib/package.sh -->
<!-- JavaForce version -->
<property name="javaforce-version" value="52.1"/>
<property name="javaforce-version" value="52.2"/>
<!-- native dependancies versions -->
<property name="glfw-version" value="3.3.1"/>
<property name="ffmpeg-version" value="5.1.2"/>
Expand Down
5 changes: 5 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
What's new...

Feb 19/2024 : JF/52.2
- improved native loaders
- all shared libraries are now automatically loaded
- if a project needs ffmpeg it MUST include "FFMPEG=true" in its cfg file

Feb 18/2024 : JF/52.1
- jfDVR/0.15
- fixed stability issues
Expand Down

0 comments on commit 8783570

Please sign in to comment.