wmmemfree: Bump to version 0.8.
This commit is contained in:
parent
37e0f3de58
commit
6f0fbd34f9
|
@ -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.
|
||||||
-
|
-
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue