File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 309
309
* before the main loop - MT
310
310
* 04 May 24 - Do not define unused switches - MT
311
311
* 15 Jun 24 - Sets the application icon to the X windows logo - MT
312
+ * 24 Jul 24 - Updated release meta data - MT
312
313
*
313
314
* To Do - Parse command line in a separate routine.
314
315
* - Add verbose option.
320
321
321
322
#define NAME "x11-calc"
322
323
#define VERSION "0.14"
323
- #define BUILD "0155 "
324
- #define DATE "15 Jun 24"
324
+ #define BUILD "0156 "
325
+ #define DATE "24 Jul 24"
325
326
#define AUTHOR "MT"
326
327
327
328
#define INTERVAL 25 /* Number of ticks to execute before updating the display */
Original file line number Diff line number Diff line change 60
60
</screenshots >
61
61
62
62
<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 >
63
73
<release version =" 0.14.0154" date =" 2024-05-06" >
64
74
<description >
65
75
<p >Another bug fix and addition of shortcut keys for 'A-E' on 15C and 11C</p >
You can’t perform that action at this time.
0 commit comments