Skip to content

Commit

Permalink
14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Feb 22, 2017
1 parent dc58c48 commit 83f7ef1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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="14.2.0"/>
<property name="version" value="14.3.0"/>
<property name="noelf" value="true"/>

<property name="ubuntu.depends" value="openjdk-8-jre, libjsch-java, libjzlib-java, libjcifs-java, fuse, libfuse2, fuseiso, libcdio13, mate-icon-theme, libv4l-dev"/>
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 14.2.0
Version 14.3.0

What is it?
===========
Expand Down
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 "14.2.0";
return "14.3.0";
}

public static void sleep(int milli) {
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 22/2017 : JF 14.3.0 released!
- javaforce.controls.Tag now supports sharing a tcp connection
- jfDataLogger/0.8
- jfDataLoggerPlus/0.4

Feb 20/2017 : JF 14.2.0 released!
- jfDataLoggerPlus : minor DB change

Expand Down

0 comments on commit 83f7ef1

Please sign in to comment.