From 6f0fbd34f9750dfa1efb178962bb72cf2c74b302 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 13 Jul 2018 11:12:57 -0400 Subject: [PATCH] wmmemfree: Bump to version 0.8. --- wmmemfree/ChangeLog | 4 ++++ wmmemfree/README | 4 +++- wmmemfree/options.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/wmmemfree/ChangeLog b/wmmemfree/ChangeLog index 6bbe014..816697a 100644 --- a/wmmemfree/ChangeLog +++ b/wmmemfree/ChangeLog @@ -1,5 +1,9 @@ Version Changes ----------------------- +0.8 - Now maintained by the Window Maker Team. + - Parse modern /proc/meminfo. + - Add error handling for fscanf. + - Include only necessary headers. 0.7 - Now windowed mode will have no decorations, the window can be moved with the mouse. - diff --git a/wmmemfree/README b/wmmemfree/README index 15863e5..51b4ad5 100644 --- a/wmmemfree/README +++ b/wmmemfree/README @@ -20,5 +20,7 @@ line: Author: Draghicioiu Mihai +Maintained by: + Window Maker Team Website: - misuceldestept.go.ro/wmmemfree + https://www.dockapps.net/wmmemfree diff --git a/wmmemfree/options.h b/wmmemfree/options.h index 9f00bae..a07e20f 100644 --- a/wmmemfree/options.h +++ b/wmmemfree/options.h @@ -25,7 +25,7 @@ /* The version number */ #ifndef OPT_VERSION -#define OPT_VERSION "0.7" +#define OPT_VERSION "0.8" #endif /* OPT_VERSION */ /* The X11 display to connect to */ -- 2.11.4.GIT