Skip to content

Commit fe13664

Browse files
committed
jfPaint/0.29
1 parent feed778 commit fe13664

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

projects/jfpaint/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<property name="src" location="src"/>
77
<property name="build" location="classes"/>
88
<property name="classpath" location="javaforce.jar"/>
9-
<property name="version" value="0.28"/>
9+
<property name="version" value="0.29"/>
1010
<property name="jre" location="${home}/jre_base_desktop"/>
1111

1212
<import file="${home}/base.xml"/>

projects/jfpaint/src/MainPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
public class MainPanel extends javax.swing.JPanel implements MouseListener, MouseMotionListener, KeyListener, KeyEventDispatcher, ActionListener {
2727

28-
public static String version = "0.28";
28+
public static String version = "0.29";
2929

3030
/**
3131
* Creates new form PaintPanel

projects/jfpaint/whatsnew.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Whatsnew ...
22

3+
Jun 9, 2025 - v0.29 released!
4+
- new : added support for .pgm and .ppm image files
5+
36
Nov 14, 2024 - v0.28 released!
47
- new : added CTRL+PAGE_UP/PAGE_DN to cycle thru tabs
58

projects/jfpaint/wix64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
2-
<Package UpgradeCode="{C048BDDC-BF09-446F-BF07-E703E5B5C629}" Version="0.28" Language="1033" Name="jfPaint" Manufacturer="Peter Quiring" InstallerVersion="300">
2+
<Package UpgradeCode="{C048BDDC-BF09-446F-BF07-E703E5B5C629}" Version="0.29" Language="1033" Name="jfPaint" Manufacturer="Peter Quiring" InstallerVersion="300">
33
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
44
<UIRef Id="WixUI_Minimal" />
55
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />

0 commit comments

Comments
 (0)