From 0b07a2af771fc80e9d2e96fb9f27b5ec0934752d Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Tue, 10 Jul 2018 22:15:05 -0400 Subject: [PATCH] asmon: Bump to version 0.72. --- asmon/Changelog | 7 +++++++ asmon/asmon/asmon.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT