Skip to content

Commit

Permalink
JF 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Oct 28, 2016
1 parent d06a6d7 commit 9b71125
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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="12.3.0"/>
<property name="version" value="12.4.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
3 changes: 2 additions & 1 deletion projects/jfdatalogger/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Oct ?/2016 : v0.5 released
Oct 28/2016 : v0.5 released
- fix : colors were reset when editing a tag
- new : added ticks on graph every second (or 5 or 10 seconds for slow speeds)
- fix : freq counter

Oct 25/2016 : v0.4 released
- fix : DAQmx counter and digital inputs fixed
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 12.3.0
Version 12.4.0

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

Git : github.com/pquiring/javaforce

Released : Oct 25, 2016
Released : Oct 28, 2016
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 "12.3.0";
return "12.4.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...

Oct 28/2016 : JF 12.4.0 released!
- fixed NI-DAQmx freq counter logic
- jfDataLogger/0.5
- many fixes

Oct 25/2016 : JF 12.3.0 released!
- fixed NI-DAQmx counter and digital inputs
- jfDataLogger/0.4
Expand Down

0 comments on commit 9b71125

Please sign in to comment.