asmon: Bump to version 0.72.
This commit is contained in:
parent
3ba7b298bc
commit
0b07a2af77
|
@ -1,3 +1,10 @@
|
||||||
|
asmon-0.72
|
||||||
|
- Now maintained by the Window Maker Team <wmaker-dev@googlegroups.com>
|
||||||
|
- Use wmgeneral from libdockapp.
|
||||||
|
- Remove set but unused variables.
|
||||||
|
- Include only necessary header files.
|
||||||
|
- Don't link against libXext and libXpm; unnecessary.
|
||||||
|
|
||||||
asmon-0.71
|
asmon-0.71
|
||||||
- Patch from Eric Evans <eevans@sym-link.com> to fix problems
|
- Patch from Eric Evans <eevans@sym-link.com> to fix problems
|
||||||
with the Uptime not rolling over after more than 10 days.
|
with the Uptime not rolling over after more than 10 days.
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define EXEC_ON_CLICK 1
|
#define EXEC_ON_CLICK 1
|
||||||
#define ASMON_VERSION "0.71"
|
#define ASMON_VERSION "0.72"
|
||||||
#define CHAR_WIDTH 5
|
#define CHAR_WIDTH 5
|
||||||
#define CHAR_HEIGHT 7
|
#define CHAR_HEIGHT 7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue