Skip to content

Commit

Permalink
JF/57.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Apr 29, 2024
1 parent 3132704 commit dd81af3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.github.pquiring</groupId>
<artifactId>javaforce</artifactId>
<version>57.0</version>
<version>57.1</version>

<scm>
<url>https://github.com/pquiring/javaforce</url>
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 57.0
Version 57.1

Description
===========
Expand Down
2 changes: 1 addition & 1 deletion src/javaforce/JF.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class JF {

public static String getVersion() {
return "57.0";
return "57.1";
}

public static void main(String[] args) {
Expand Down
2 changes: 1 addition & 1 deletion versions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns:if="ant:if" xmlns:unless="ant:unless">
<!-- Note : any changes should be reflected in lib/package.sh -->
<!-- JavaForce version -->
<property name="javaforce-version" value="57.0"/>
<property name="javaforce-version" value="57.1"/>
<!-- native dependancies versions -->
<property name="glfw-version" value="3.4"/>
<property name="ffmpeg-version" value="5.1.2"/>
Expand Down
4 changes: 4 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
What's new...

Apr 29/2024 : JF/57.1
- jfKVM/0.91 (RC1)
- add : VNC password

Apr 27/2024 : JF/57.0
- jfKVM/0.9
- Gluster replicated disks (vSAN)
Expand Down

0 comments on commit dd81af3

Please sign in to comment.