Skip to content

Commit

Permalink
15.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Apr 27, 2017
1 parent 4ec7020 commit e8f33a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="src" location="src"/>
<property name="build" location="classes"/>
<property name="home" value="."/>
<property name="version" value="15.4.0"/>
<property name="version" value="15.5.0"/>
<property name="noelf" value="true"/>

<property name="debian.depends" value="openjdk-8-jre, libjsch-java, libjzlib-java, libjcifs-java, libv4l-0, desktop-file-utils"/>
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaForce SDK
=============

Version 15.4.0
Version 15.5.0

What is it?
===========
Expand Down Expand Up @@ -135,4 +135,4 @@ Web : pquiring.github.io/javaforce

Git : github.com/pquiring/javaforce

Released : Apr 25, 2017
Released : Apr 27, 2017
2 changes: 1 addition & 1 deletion src/javaforce/JF.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public class JF {

public static String getVersion() {
return "15.4.0";
return "15.5.0";
}

public static void sleep(int milli) {
Expand Down
6 changes: 6 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
What's new...

Apr 27/2017 : JF 15.5.0 released
- fix : ffmpeg : no longer using deprecated AVStream.codec
- compilation is now clean and quiet
- jfDataLogger/0.12
- fix : 'double' (float64) values were not scaling properly

Apr 26/2017 : jfAudio update
- re-release jfAudio for last ffmpeg fix
- jfAudio/0.16
Expand Down

0 comments on commit e8f33a8

Please sign in to comment.