Skip to content

Commit

Permalink
15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Mar 7, 2017
1 parent 9d719db commit 416dcf4
Show file tree
Hide file tree
Showing 4 changed files with 5 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="14.3.0"/>
<property name="version" value="15.0.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: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaForce SDK
=============

Version 14.3.0
Version 15.0.0

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

Git : github.com/pquiring/javaforce

Released : Feb 20, 2017
Released : Mar 7, 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.3.0";
return "15.0.0";
}

public static void sleep(int milli) {
Expand Down
2 changes: 1 addition & 1 deletion src/javaforce/linux/Linux.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Linux {

/** Returns jfLinux ISO version. */
public static String getVersion() {
return "14";
return "15";
}

public static enum DistroTypes {
Expand Down

0 comments on commit 416dcf4

Please sign in to comment.