Skip to content

Commit

Permalink
JF/69.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Oct 3, 2024
1 parent 0b0bb97 commit 952b5f1
Show file tree
Hide file tree
Showing 5 changed files with 12 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>69.0</version>
<version>69.1</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 69.0
Version 69.1

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/69.0
git checkout tags/69.1
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 "69.0";
return "69.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="69.0"/>
<property name="javaforce-version" value="69.1"/>
<!-- native dependancies versions -->
<property name="glfw-version" value="3.4"/>
<property name="ffmpeg-version" value="5.1.2"/>
Expand Down
7 changes: 7 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
What's new...

Oct 3/2024 : JF/69.1
- jfDVR/0.31
- increased viewer max memory size to 12GB
- jfPhone/1.30
- EditContact : server field is now a combobox
- fix : linux loader finds proper libs

Sept 30/2024 : JF/69.0
- added javaforce.media.MediaInput/MediaOutput
- these are designed to replace MediaDecoder/MediaEncoder
Expand Down

0 comments on commit 952b5f1

Please sign in to comment.