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
-----------------------
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.
-

View File

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

View File

@ -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 */