asmon: Bump to version 0.72.

This commit is contained in:
Doug Torrance 2018-07-10 22:15:05 -04:00 committed by Carlos R. Mafra
parent 3ba7b298bc
commit 0b07a2af77
2 changed files with 8 additions and 1 deletions

View file

@ -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
- Patch from Eric Evans <eevans@sym-link.com> to fix problems
with the Uptime not rolling over after more than 10 days.

View file

@ -17,7 +17,7 @@
#endif
#define EXEC_ON_CLICK 1
#define ASMON_VERSION "0.71"
#define ASMON_VERSION "0.72"
#define CHAR_WIDTH 5
#define CHAR_HEIGHT 7