Skip to content

Commit

Permalink
jfDVR/0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Mar 20, 2020
1 parent 03c7eb3 commit b863478
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion projects/jfdvr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="home" location="../.."/>
<property name="classpath" location="javaforce.jar"/>
<property name="jre" location="${home}/jre_base_desktop"/>
<property name="version" value="0.7"/>
<property name="version" value="0.8"/>
<property name="classpath" value="${home}/jars/javaforce.jar"/>

<import file="../../base.xml"/>
Expand Down
4 changes: 2 additions & 2 deletions projects/jfdvr/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Source : github.com/pquiring/javaforce/tree/master/projects/jfdvr

Author : Peter Quiring (pquiring at gmail dot com)

Release Date : Mar 18, 2020
Version : 0.7
Release Date : Mar 20, 2020
Version : 0.8
2 changes: 1 addition & 1 deletion projects/jfdvr/src/ConfigService.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import javaforce.media.*;

public class ConfigService implements WebUIHandler {
public static String version = "0.7";
public static String version = "0.8";
public WebUIServer server;
public void start() {
server = new WebUIServer();
Expand Down
3 changes: 3 additions & 0 deletions projects/jfdvr/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Mar 20, 2020 : 0.8 released!
- fix : buffer overflow issues

Mar 18, 2020 : 0.7 released!
- fix : win64 loader now loads msvcrt dlls properly

Expand Down
2 changes: 1 addition & 1 deletion projects/jfdvr/wix64.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
<Product Id="*" UpgradeCode="{DAF6D3A4-EAA6-4748-80FD-D1B7AEE46365}" Version="0.7" Language="1033" Name="jfDVR" Manufacturer="Peter Quiring">
<Product Id="*" UpgradeCode="{DAF6D3A4-EAA6-4748-80FD-D1B7AEE46365}" Version="0.8" Language="1033" Name="jfDVR" Manufacturer="Peter Quiring">
<Package InstallerVersion="300" Compressed="yes" InstallScope="perMachine" Platform="x64"/>
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
<UIRef Id="WixUI_Minimal" />
Expand Down

0 comments on commit b863478

Please sign in to comment.