Skip to content

Commit

Permalink
14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Feb 20, 2017
1 parent 1f618a5 commit af79214
Show file tree
Hide file tree
Showing 5 changed files with 11 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="14.1.0"/>
<property name="version" value="14.2.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
4 changes: 4 additions & 0 deletions projects/jfdataloggerplus/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Feb 20/2017 : v0.3 released
- fix : change DB layout to use enum values instead of index that could change
- no upgrade available, user must re-enter in tags (only been available for 4 days)

Feb 17/2017 : v0.2 released
- fix : added support for AB INT data type

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 14.1.0
Version 14.2.0

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

Git : github.com/pquiring/javaforce

Released : Feb 17, 2017
Released : Feb 20, 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 "14.1.0";
return "14.2.0";
}

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

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

Feb 17/2017 : JF 14.1.0 released!
- javaforce.controls now supports AB INT data type (java:short 16bits)
- new javaforce.controls.Tag to be shared between controls apps
Expand Down

0 comments on commit af79214

Please sign in to comment.