Skip to content

Commit 3511ea3

Browse files
committed
Merge branch 'unstable' into 'stable'
2 parents bce02c7 + 2ad3c1e commit 3511ea3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

src/x11-calc.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
* before the main loop - MT
310310
* 04 May 24 - Do not define unused switches - MT
311311
* 15 Jun 24 - Sets the application icon to the X windows logo - MT
312+
* 24 Jul 24 - Updated release meta data - MT
312313
*
313314
* To Do - Parse command line in a separate routine.
314315
* - Add verbose option.
@@ -320,8 +321,8 @@
320321

321322
#define NAME "x11-calc"
322323
#define VERSION "0.14"
323-
#define BUILD "0155"
324-
#define DATE "15 Jun 24"
324+
#define BUILD "0156"
325+
#define DATE "24 Jul 24"
325326
#define AUTHOR "MT"
326327

327328
#define INTERVAL 25 /* Number of ticks to execute before updating the display */

x11-calc.metainfo.xml

+10
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
</screenshots>
6161

6262
<releases>
63+
<release version="0.14.0156" date="2024-07-24">
64+
<description>
65+
<p>Updated release meta data</p>
66+
</description>
67+
</release>
68+
<release version="0.14.0155" date="2024-07-23">
69+
<description>
70+
<p>Application now sets the icon</p>
71+
</description>
72+
</release>
6373
<release version="0.14.0154" date="2024-05-06">
6474
<description>
6575
<p>Another bug fix and addition of shortcut keys for 'A-E' on 15C and 11C</p>

0 commit comments

Comments
 (0)