Skip to content

Commit

Permalink
JF/19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Feb 28, 2020
1 parent 7f83358 commit 901a4eb
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="19.1.0"/>
<property name="version" value="19.2.0"/>
<property name="noelf" value="true"/>

<property name="debian.depends" value="default-jre-headless, 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 19.1.0
Version 19.2.0

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

Git : github.com/pquiring/javaforce

Released : Jan 30, 2020
Released : Feb 28, 2020
2 changes: 1 addition & 1 deletion src/javaforce/JF.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class JF {

public static String getVersion() {
return "19.1.0";
return "19.2.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...

Feb 28/2020 : JF 19.2.0 released
- jfDVR/0.2
- fix : run in one process or system runs out of virtual memory
- jfPasswords/0.22
- fix : msi package was missing DLLs

Jan 30/2020 : JF 19.1.0 released
- jfBackup/0.10
- fix restore job not detecting drive is empty
Expand Down

0 comments on commit 901a4eb

Please sign in to comment.