Skip to content

Commit

Permalink
JF/75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Dec 16, 2024
1 parent d78411a commit 0cd83e6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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>74.2</version>
<version>75.0</version>

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

Description
===========
Expand Down Expand Up @@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
Checkout Javaforce and a specific version:
git clone http://github.com/pquiring/javaforce
cd javaforce
git checkout tags/74.2
git checkout tags/75.0
ant
Next build the native launchers.

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 "74.2";
return "75.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
Expand Up @@ -3,7 +3,7 @@
<!-- Java version -->
<property name="java-version" value="17"/>
<!-- JavaForce version -->
<property name="javaforce-version" value="74.2"/>
<property name="javaforce-version" value="75.0"/>
<!-- native dependancies versions -->
<property name="glfw-version" value="3.4"/>
<!-- ffmpeg version only used in Windows -->
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...

Dec 16/2024 : JF/75.0
- jfMonitor/0.18
- fix : more VLAN creation issues
- build system improvements

Dec 10/2024 : JF/74.2
- jfMonitor/0.17
- fix : VLAN creation issue
Expand Down

0 comments on commit 0cd83e6

Please sign in to comment.