Skip to content

Commit

Permalink
JF/52.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Feb 23, 2024
1 parent 86d8da7 commit ef38dc6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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.3
Version 52.4

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.3";
return "52.4";
}

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.3"/>
<property name="javaforce-version" value="52.4"/>
<!-- 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 23/2024 : JF/52.4
- many improvements to RTSP support
- jfDVR/0.20
- jfMedia/0.21

Feb 21/2024 : JF/52.3
- fixed memory leaks in ffmpeg
- re-released all ffmpeg based apps
Expand Down

0 comments on commit ef38dc6

Please sign in to comment.