Skip to content

Commit

Permalink
JF/53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Mar 26, 2024
1 parent 55cf1d8 commit fa2a20f
Show file tree
Hide file tree
Showing 5 changed files with 12 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>52.6</version>
<version>53.0</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 52.6
Version 53.0

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 @@ -20,7 +20,7 @@
public class JF {

public static String getVersion() {
return "52.6";
return "53.0";
}

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="52.6"/>
<property name="javaforce-version" value="53.0"/>
<!-- native dependancies versions -->
<property name="glfw-version" value="3.4"/>
<property name="ffmpeg-version" value="5.1.2"/>
Expand Down
8 changes: 8 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
What's new...

Mar 26/2024 : JF/53.0
- jfKVM/0.1
- after weeks of work and over 250 commits latest project is ready
- jfKVM is a Virtual Machine Management System
- drop in replacement for VMWare ESXi hypervisor
- see docs for more info
- want to thank Broadcom for the motivation to build this ;)

Mar 4/2024 : JF/52.6
- jfDVR/0.22
- fixed some thread leaks
Expand Down

0 comments on commit fa2a20f

Please sign in to comment.