wmmemfree: Bump to version 0.8.

This commit is contained in:
Doug Torrance 2018-07-13 11:12:57 -04:00 committed by Carlos R. Mafra
parent 37e0f3de58
commit 6f0fbd34f9
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,9 @@
Version Changes 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, 0.7 - Now windowed mode will have no decorations,
the window can be moved with the mouse. the window can be moved with the mouse.
- -

View file

@ -20,5 +20,7 @@ line:
Author: Author:
Draghicioiu Mihai <misuceldestept@go.ro> Draghicioiu Mihai <misuceldestept@go.ro>
Maintained by:
Window Maker Team <wmaker-dev@googlegroups.com>
Website: Website:
misuceldestept.go.ro/wmmemfree https://www.dockapps.net/wmmemfree

View file

@ -25,7 +25,7 @@
/* The version number */ /* The version number */
#ifndef OPT_VERSION #ifndef OPT_VERSION
#define OPT_VERSION "0.7" #define OPT_VERSION "0.8"
#endif /* OPT_VERSION */ #endif /* OPT_VERSION */
/* The X11 display to connect to */ /* The X11 display to connect to */