diff --git a/asmon/Changelog b/asmon/Changelog index c039edb..db4066f 100644 --- a/asmon/Changelog +++ b/asmon/Changelog @@ -1,3 +1,10 @@ +asmon-0.72 + - Now maintained by the Window Maker Team + - 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 to fix problems with the Uptime not rolling over after more than 10 days. diff --git a/asmon/asmon/asmon.c b/asmon/asmon/asmon.c index 5fe47bb..ae33e13 100644 --- a/asmon/asmon/asmon.c +++ b/asmon/asmon/asmon.c @@ -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