Skip to content

Commit

Permalink
jfPhone/1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Oct 3, 2024
1 parent c3f233a commit 0b0bb97
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion projects/jfphone/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="home" location="../.."/>
<property name="src" location="src"/>
<property name="build" location="classes"/>
<property name="version" value="1.29"/>
<property name="version" value="1.30"/>
<property name="jre" location="${home}/jre_base_desktop"/>

<property name="debian.depends" value="ffmpeg"/>
Expand Down
2 changes: 1 addition & 1 deletion projects/jfphone/readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jfPhone/1.29
jfPhone/1.30

Java VoIP Audio/Video SoftPhone (SIP)
http://jfphone.sourceforge.net
Expand Down
2 changes: 1 addition & 1 deletion projects/jfphone/src/BasePhone.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public abstract class BasePhone extends javax.swing.JPanel implements SIPClientInterface, RTPInterface, ActionListener, KeyEventDispatcher {

public static String version = "1.29";
public static String version = "1.30";

public static boolean debug = false;

Expand Down
2 changes: 2 additions & 0 deletions projects/jfphone/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CHANGELOG:
10-3-2024 : v1.30 released
- new : EditContact now shows server selection as a combobox
9-30-2024 : v1.29 released
- fix : SDP issue
- fix : SUBSCRIBE handling
Expand Down
2 changes: 1 addition & 1 deletion projects/jfphone/wix64.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<Package UpgradeCode="{34b7ff5a-0b9d-4f4c-934c-a9ac08640c05}" Version="1.29" Language="1033" Name="jfPhone" Manufacturer="Peter Quiring">
<Package UpgradeCode="{34b7ff5a-0b9d-4f4c-934c-a9ac08640c05}" Version="1.30" Language="1033" Name="jfPhone" Manufacturer="Peter Quiring">
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
<UIRef Id="WixUI_Minimal" />
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
Expand Down

0 comments on commit 0b0bb97

Please sign in to comment.